#F4DEE0

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

Shades of Pale Pink #F4DEE0

Tints of Pale Pink #F4DEE0

Color information

#F4DEE0 (or 0xF4DEE0) is unknown color: approx Pale Pink. HEX triplet: F4, DE and E0. RGB value is (244,222,224). Sum of RGB (Red+Green+Blue) = 244+222+224=690 (91% of max value = 765). Red value is 244 (95.70% from 255 or 35.36% from 690); Green value is 222 (87.11% from 255 or 32.17% from 690); Blue value is 224 (87.89% from 255 or 32.46% from 690); Max value from RGB is 244 - color contains mainly: red. Hex color #F4DEE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4DEE0 is #0B211F. Grayscale: #E4E4E4. Windows color (decimal): -729376 or 14737140. OLE color: 14737140.

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

Color convert

RGB244222224-
CMYK00.090.080.04
HSL354.55º50%91.37%-
HSV(B)354.55º9.02%95.69%-
XYZ76.8876.8681.3-
YUV228.81125.29138.84-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 35.36%
GREEN value IS 222 (87.11% from 255) = 32.17%
BLUE value IS 224 (87.89% from 255) = 32.46%
R=35.36%
G=32.17%
B=32.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.08
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24422222400.090.080.04354.555091.37
HexF4DEE00984163325b
Octal36433634001110454362133
Binary1111010011011110111000000100110001001011000111100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4DEE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4DEE0; }

 p { color: rgb(244,222,224); }

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

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

 a { background-color: rgb(244,222,224); }

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

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

 span { border-color: rgb(244,222,224); }

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