Html Css Color HEX #F2E5DD Fair Pink

📋 copy color: '#F2E5DD'

red 242 ◦ green 229 ◦ blue 221

#F2E5DD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fair Pink #F2E5DD

Tints of Fair Pink #F2E5DD

RGB

 RED value IS 242 (94.92% from 255) = 34.97%

 GREEN value IS 229 (89.84% from 255) = 33.09%

 BLUE value IS 221 (86.72% from 255) = 31.94%

R = 34.97%
G = 33.09%
B = 31.94%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.09

 K value IS 0.05

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#F2E5DD (or 0xF2E5DD) is known color: Fair Pink. HEX triplet: F2, E5 and DD. RGB value is (242,229,221). Sum of RGB (Red+Green+Blue) = 242+229+221=692 (91% of max value = 765). Red value is 242 (94.92% from 255 or 34.97% from 692); Green value is 229 (89.84% from 255 or 33.09% from 692); Blue value is 221 (86.72% from 255 or 31.94% from 692); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E5DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2E5DD is #0D1A22. Grayscale: #E8E8E8. Windows color (decimal): -858659 or 14542322. OLE color: 14542322.

HSL color Cylindrical-coordinate representation of color #F2E5DD: hue angle of 22.86º degrees, saturation: 0.45, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F2E5DD is Cyan = 0, Magento = 0.05, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 229 221 -
CMYK 0 0.05 0.09 0.05
HSL 22.86º 0.45% 0.91% -
HSV(B) 22.86º 0.09% 0.95% -
XYZ 77.69 80.14 79.78 -
YUV 231.98 121.81 135.15 -
System Red Green Blue C M Y K H S L
Decimal 242 229 221 0 0.05 0.09 0.05 22.86 0.45 0.91
Hex F2 E5 DD 0 5 9 5 17 2D 5B
Octal 362 345 335 0 5 11 5 27 55 133
Binary 11110010 11100101 11011101 0 101 1001 101 10111 101101 1011011

Color Harmonies of #F2E5DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E5DD

Black with #F2E5DD

Text Example


Text Example

White with #F2E5DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E5DD; }

 p { color: rgb(242,229,221); }

 H1.HeaderClassName
 {
   color: #F2E5DD;
 }
 .AnyTagClassName
 {
   color: #F2E5DD;
 }
</style>

background-color css

<style>
 a { background-color: #F2E5DD; }

 a { background-color: rgb(242,229,221); }

 div.DivClassName
 {
   background-color: #F2E5DD;
 }
 .BgClassName
 {
   background-color: #F2E5DD;
 }
</style>

border-color css

<style>
 span { border-color: #F2E5DD; }

 span { border-color: rgb(242,229,221); }

 td.TdClassName
 {
   border-color: #F2E5DD;
 }
 .TagClassName
 {
   border-color: #F2E5DD;
 }
</style>