#F4E1D3

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

Shades of Fair Pink #F4E1D3

Tints of Fair Pink #F4E1D3

Color information

#F4E1D3 (or 0xF4E1D3) is unknown color: approx Fair Pink. HEX triplet: F4, E1 and D3. RGB value is (244,225,211). Sum of RGB (Red+Green+Blue) = 244+225+211=680 (90% of max value = 765). Red value is 244 (95.70% from 255 or 35.88% from 680); Green value is 225 (88.28% from 255 or 33.09% from 680); Blue value is 211 (82.81% from 255 or 31.03% from 680); Max value from RGB is 244 - color contains mainly: red. Hex color #F4E1D3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4E1D3 is #0B1E2C. Grayscale: #E5E5E5. Windows color (decimal): -728621 or 13885940. OLE color: 13885940.

HSL color Cylindrical-coordinate representation of color #F4E1D3: hue angle of 25.45º degrees, saturation: 0.6, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F4E1D3 is Cyan = 0, Magento = 0.08, Yellow = 0.14 and Black (K on CMYK) = 0.04.

Color convert

RGB244225211-
CMYK00.080.140.04
HSL25.45º60%89.22%-
HSV(B)25.45º13.52%95.69%-
XYZ75.9977.7972.64-
YUV229.08117.79138.64-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 35.88%
GREEN value IS 225 (88.28% from 255) = 33.09%
BLUE value IS 211 (82.81% from 255) = 31.03%
R=35.88%
G=33.09%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.14
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24422521100.080.140.0425.456089.22
HexF4E1D308E4193c59
Octal3643413230101643174131
Binary111101001110000111010011010001110100110011111001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4E1D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4E1D3; }

 p { color: rgb(244,225,211); }

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

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

 a { background-color: rgb(244,225,211); }

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

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

 span { border-color: rgb(244,225,211); }

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