#F0D8DE

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

Shades of Pale Rose #F0D8DE

Tints of Pale Rose #F0D8DE

Color information

#F0D8DE (or 0xF0D8DE) is unknown color: approx Pale Rose. HEX triplet: F0, D8 and DE. RGB value is (240,216,222). Sum of RGB (Red+Green+Blue) = 240+216+222=678 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.40% from 678); Green value is 216 (84.77% from 255 or 31.86% from 678); Blue value is 222 (87.11% from 255 or 32.74% from 678); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D8DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0D8DE is #0F2721. Grayscale: #DFDFDF. Windows color (decimal): -993058 or 14604528. OLE color: 14604528.

HSL color Cylindrical-coordinate representation of color #F0D8DE: hue angle of 345º degrees, saturation: 0.44, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F0D8DE is Cyan = 0, Magento = 0.1, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB240216222-
CMYK00.10.080.06
HSL345º44.44%89.41%-
HSV(B)345º10%94.12%-
XYZ73.6872.9179.3-
YUV223.86126.95139.51-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 35.40%
GREEN value IS 216 (84.77% from 255) = 31.86%
BLUE value IS 222 (87.11% from 255) = 32.74%
R=35.40%
G=31.86%
B=32.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24021622200.10.080.0634544.4489.41
HexF0D8DE0A861592c59
Octal36033033601210653154131
Binary1111000011011000110111100101010001101010110011011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0D8DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0D8DE; }

 p { color: rgb(240,216,222); }

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

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

 a { background-color: rgb(240,216,222); }

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

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

 span { border-color: rgb(240,216,222); }

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