#F0D5DC

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

Shades of Pale Rose #F0D5DC

Tints of Pale Rose #F0D5DC

Color information

#F0D5DC (or 0xF0D5DC) is unknown color: approx Pale Rose. HEX triplet: F0, D5 and DC. RGB value is (240,213,220). Sum of RGB (Red+Green+Blue) = 240+213+220=673 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.66% from 673); Green value is 213 (83.59% from 255 or 31.65% from 673); Blue value is 220 (86.33% from 255 or 32.69% from 673); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D5DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0D5DC is #0F2A23. Grayscale: #DDDDDD. Windows color (decimal): -993828 or 14472688. OLE color: 14472688.

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

Color convert

RGB240213220-
CMYK00.110.080.06
HSL344.44º47.37%88.82%-
HSV(B)344.44º11.25%94.12%-
XYZ72.6571.2877.64-
YUV221.87126.95140.93-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 35.66%
GREEN value IS 213 (83.59% from 255) = 31.65%
BLUE value IS 220 (86.33% from 255) = 32.69%
R=35.66%
G=31.65%
B=32.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24021322000.110.080.06344.4447.3788.82
HexF0D5DC0B861582f59
Octal36032533401310653057131
Binary1111000011010101110111000101110001101010110001011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0D5DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0D5DC; }

 p { color: rgb(240,213,220); }

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

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

 a { background-color: rgb(240,213,220); }

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

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

 span { border-color: rgb(240,213,220); }

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