Color Hex Logo

#f4abdd Color Hex

#F4ABDD
(244,171,221)
0 Favorites   0 Comments

Color spaces of #f4abdd

RGB 244171221
HSL0.890.770.81
HSV319°30°96°
CMYK 0.000.300.09   0.04
XYZ64.922353.579475.3267
Yxy53.57940.33490.2764
Hunter Lab73.198030.2226-9.7757
CIE-Lab78.215834.2376-14.4447

#f4abdd color RGB value is (244,171,221).

#f4abdd hex color red value is 244, green value is 171 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #f4abdd hue: 0.89 , saturation: 0.77 and the lightness value of f4abdd is 0.81.

The process color (four color CMYK) of #f4abdd color hex is 0.00, 0.30, 0.09, 0.04. Web safe color of #f4abdd is #ff99cc. Color #f4abdd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 10101011 11011101
Octal 364 253 335
Decimal 244 171 221
Hex F4 AB DD

RGB Percentages of Color #f4abdd

%38.36
%26.89
%34.75

CMYK Percentages of Color #f4abdd

%0
%30
%9
%4

Triadic Colors of #f4abdd

#f4abdd #ddf4ab #abddf4

Analogous Colors of #f4abdd

#f4abdd #f4abb9 #e7abf4

Monochromatic Colors of #f4abdd

#f4abdd

Complementary Color

#f4abdd #abf4c2

#f4abdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f4abdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f4abdd Color CSS Codes

.mybgcolor {background-color:#f4abdd; } 
.myforecolor {color:#f4abdd; }
.mybordercolor {border:3px solid #f4abdd; }

#f4abdd Text Font Color

<p style="color:#f4abdd">Text here</p>

This sample text font color is #f4abdd
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#f4abdd Background Color

<div style="background-color:#f4abdd">
Div content here</div>

This div background color is #f4abdd


#f4abdd Border Color

<div style="border:3px solid #f4abdd">
Div here</div>

This div border color is #f4abdd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(244,171,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f4abdd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f4abdd;
  -webkit-box-shadow: 1px 1px 3px 2px #f4abdd;
  box-shadow:         1px 1px 3px 2px #f4abdd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(244,171,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #f4abdd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #f4abdd;
  -webkit-box-shadow: 1px 1px 3px 2px #f4abdd;
  box-shadow:         1px 1px 3px 2px #f4abdd;">
Div content here</div>

This div box has shadow with color #f4abdd

Related Colors


Comments

No comments written yet.

Please login to write comment.