#F2E2D7

Color #F2E2D7 Fair Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fair Pink #F2E2D7

Tints of Fair Pink #F2E2D7

Color information

#F2E2D7 (or 0xF2E2D7) is unknown color: approx Fair Pink. HEX triplet: F2, E2 and D7. RGB value is (242,226,215). Sum of RGB (Red+Green+Blue) = 242+226+215=683 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.43% from 683); Green value is 226 (88.67% from 255 or 33.09% from 683); Blue value is 215 (84.38% from 255 or 31.48% from 683); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E2D7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2E2D7 is #0D1D28. Grayscale: #E5E5E5. Windows color (decimal): -859433 or 14148338. OLE color: 14148338.

HSL color Cylindrical-coordinate representation of color #F2E2D7: hue angle of 24.44º degrees, saturation: 0.51, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F2E2D7 is Cyan = 0, Magento = 0.07, Yellow = 0.11 and Black (K on CMYK) = 0.05.

Color convert

RGB242226215-
CMYK00.070.110.05
HSL24.44º50.94%89.61%-
HSV(B)24.44º11.16%94.9%-
XYZ76.0878.1875.37-
YUV229.53119.8136.89-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 35.43%
GREEN value IS 226 (88.67% from 255) = 33.09%
BLUE value IS 215 (84.38% from 255) = 31.48%
R=35.43%
G=33.09%
B=31.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.11
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24222621500.070.110.0524.4450.9489.61
HexF2E2D707B518335a
Octal362342327071353063132
Binary11110010111000101101011101111011101110001100111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2E2D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2E2D7; }

 p { color: rgb(242,226,215); }

 H1.HeaderClassName
 {
   color: #F2E2D7;
 }
 .AnyTagClassName
 {
   color: #F2E2D7;
 }
</style>
background-color css

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

 a { background-color: rgb(242,226,215); }

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

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

 span { border-color: rgb(242,226,215); }

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