#F2E1D4

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

Shades of Fair Pink #F2E1D4

Tints of Fair Pink #F2E1D4

Color information

#F2E1D4 (or 0xF2E1D4) is unknown color: approx Fair Pink. HEX triplet: F2, E1 and D4. RGB value is (242,225,212). Sum of RGB (Red+Green+Blue) = 242+225+212=679 (89% of max value = 765). Red value is 242 (94.92% from 255 or 35.64% from 679); Green value is 225 (88.28% from 255 or 33.14% from 679); Blue value is 212 (83.20% from 255 or 31.22% from 679); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E1D4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2E1D4 is #0D1E2B. Grayscale: #E4E4E4. Windows color (decimal): -859692 or 13951474. OLE color: 13951474.

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

Color convert

RGB242225212-
CMYK00.070.120.05
HSL26º53.57%89.02%-
HSV(B)26º12.4%94.9%-
XYZ75.4377.4873.27-
YUV228.6118.63137.56-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 35.64%
GREEN value IS 225 (88.28% from 255) = 33.14%
BLUE value IS 212 (83.20% from 255) = 31.22%
R=35.64%
G=33.14%
B=31.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.12
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24222521200.070.120.052653.5789.02
HexF2E1D407C51a3659
Octal362341324071453266131
Binary11110010111000011101010001111100101110101101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2E1D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2E1D4; }

 p { color: rgb(242,225,212); }

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

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

 a { background-color: rgb(242,225,212); }

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

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

 span { border-color: rgb(242,225,212); }

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