#F2E7E0

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

Shades of Fair Pink #F2E7E0

Tints of Fair Pink #F2E7E0

Color information

#F2E7E0 (or 0xF2E7E0) is unknown color: approx Fair Pink. HEX triplet: F2, E7 and E0. RGB value is (242,231,224). Sum of RGB (Red+Green+Blue) = 242+231+224=697 (92% of max value = 765). Red value is 242 (94.92% from 255 or 34.72% from 697); Green value is 231 (90.62% from 255 or 33.14% from 697); Blue value is 224 (87.89% from 255 or 32.14% from 697); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E7E0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2E7E0 is #0D181F. Grayscale: #E9E9E9. Windows color (decimal): -858144 or 14739442. OLE color: 14739442.

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

Color convert

RGB242231224-
CMYK00.050.070.05
HSL23.33º40.91%91.37%-
HSV(B)23.33º7.44%94.9%-
XYZ78.6581.4182.09-
YUV233.49122.64134.07-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 34.72%
GREEN value IS 231 (90.62% from 255) = 33.14%
BLUE value IS 224 (87.89% from 255) = 32.14%
R=34.72%
G=33.14%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.07
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24223122400.050.070.0523.3340.9191.37
HexF2E7E0057517295b
Octal36234734005752751133
Binary1111001011100111111000000101111101101111010011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2E7E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2E7E0; }

 p { color: rgb(242,231,224); }

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

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

 a { background-color: rgb(242,231,224); }

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

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

 span { border-color: rgb(242,231,224); }

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