#F4E6DF

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

Shades of Fair Pink #F4E6DF

Tints of Fair Pink #F4E6DF

Color information

#F4E6DF (or 0xF4E6DF) is unknown color: approx Fair Pink. HEX triplet: F4, E6 and DF. RGB value is (244,230,223). Sum of RGB (Red+Green+Blue) = 244+230+223=697 (92% of max value = 765). Red value is 244 (95.70% from 255 or 35.01% from 697); Green value is 230 (90.23% from 255 or 33.00% from 697); Blue value is 223 (87.5% from 255 or 31.99% from 697); Max value from RGB is 244 - color contains mainly: red. Hex color #F4E6DF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F4E6DF is #0B1920. Grayscale: #E9E9E9. Windows color (decimal): -727329 or 14673652. OLE color: 14673652.

HSL color Cylindrical-coordinate representation of color #F4E6DF: hue angle of 20º degrees, saturation: 0.49, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F4E6DF is Cyan = 0, Magento = 0.06, Yellow = 0.09 and Black (K on CMYK) = 0.04.

Color convert

RGB244230223-
CMYK00.060.090.04
HSL20º48.84%91.57%-
HSV(B)20º8.61%95.69%-
XYZ78.9281.1581.32-
YUV233.39122.14135.57-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 35.01%
GREEN value IS 230 (90.23% from 255) = 33.00%
BLUE value IS 223 (87.5% from 255) = 31.99%
R=35.01%
G=33.00%
B=31.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.09
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24423022300.060.090.042048.8491.57
HexF4E6DF069414315c
Octal364346337061142461134
Binary11110100111001101101111101101001100101001100011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4E6DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4E6DF; }

 p { color: rgb(244,230,223); }

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

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

 a { background-color: rgb(244,230,223); }

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

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

 span { border-color: rgb(244,230,223); }

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