#F2E0D3

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

Shades of Fair Pink #F2E0D3

Tints of Fair Pink #F2E0D3

Color information

#F2E0D3 (or 0xF2E0D3) is unknown color: approx Fair Pink. HEX triplet: F2, E0 and D3. RGB value is (242,224,211). Sum of RGB (Red+Green+Blue) = 242+224+211=677 (89% of max value = 765). Red value is 242 (94.92% from 255 or 35.75% from 677); Green value is 224 (87.89% from 255 or 33.09% from 677); Blue value is 211 (82.81% from 255 or 31.17% from 677); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E0D3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2E0D3 is #0D1F2C. Grayscale: #E3E3E3. Windows color (decimal): -859949 or 13885682. OLE color: 13885682.

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

Color convert

RGB242224211-
CMYK00.070.130.05
HSL25.16º54.39%88.82%-
HSV(B)25.16º12.81%94.9%-
XYZ75.0376.8972.52-
YUV227.9118.46138.06-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 35.75%
GREEN value IS 224 (87.89% from 255) = 33.09%
BLUE value IS 211 (82.81% from 255) = 31.17%
R=35.75%
G=33.09%
B=31.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.13
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24222421100.070.130.0525.1654.3988.82
HexF2E0D307D5193659
Octal362340323071553166131
Binary11110010111000001101001101111101101110011101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2E0D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2E0D3; }

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

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

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

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

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

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

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

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