#F5DEE0

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

Shades of Pale Pink #F5DEE0

Tints of Pale Pink #F5DEE0

Color information

#F5DEE0 (or 0xF5DEE0) is unknown color: approx Pale Pink. HEX triplet: F5, DE and E0. RGB value is (245,222,224). Sum of RGB (Red+Green+Blue) = 245+222+224=691 (91% of max value = 765). Red value is 245 (96.09% from 255 or 35.46% from 691); Green value is 222 (87.11% from 255 or 32.13% from 691); Blue value is 224 (87.89% from 255 or 32.42% from 691); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DEE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5DEE0 is #0A211F. Grayscale: #E5E5E5. Windows color (decimal): -663840 or 14737141. OLE color: 14737141.

HSL color Cylindrical-coordinate representation of color #F5DEE0: hue angle of 354.78º degrees, saturation: 0.53, 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 #F5DEE0 is Cyan = 0, Magento = 0.09, Yellow = 0.09 and Black (K on CMYK) = 0.04.

Color convert

RGB245222224-
CMYK00.090.090.04
HSL354.78º53.49%91.57%-
HSV(B)354.78º9.39%96.08%-
XYZ77.2377.0481.32-
YUV229.1125.12139.34-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 35.46%
GREEN value IS 222 (87.11% from 255) = 32.13%
BLUE value IS 224 (87.89% from 255) = 32.42%
R=35.46%
G=32.13%
B=32.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.09
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24522222400.090.090.04354.7853.4991.57
HexF5DEE00994163355c
Octal36533634001111454365134
Binary1111010111011110111000000100110011001011000111101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5DEE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5DEE0; }

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

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

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

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

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

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

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

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