#F0D7DC

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

Shades of Pale Rose #F0D7DC

Tints of Pale Rose #F0D7DC

Color information

#F0D7DC (or 0xF0D7DC) is unknown color: approx Pale Rose. HEX triplet: F0, D7 and DC. RGB value is (240,215,220). Sum of RGB (Red+Green+Blue) = 240+215+220=675 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.56% from 675); Green value is 215 (84.38% from 255 or 31.85% from 675); Blue value is 220 (86.33% from 255 or 32.59% from 675); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D7DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0D7DC is #0F2823. Grayscale: #DFDFDF. Windows color (decimal): -993316 or 14473200. OLE color: 14473200.

HSL color Cylindrical-coordinate representation of color #F0D7DC: hue angle of 348º degrees, saturation: 0.45, 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 #F0D7DC is Cyan = 0, Magento = 0.10, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB240215220-
CMYK00.100.080.06
HSL348º45.45%89.22%-
HSV(B)348º10.42%94.12%-
XYZ73.1572.2977.81-
YUV223.04126.28140.09-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 35.56%
GREEN value IS 215 (84.38% from 255) = 31.85%
BLUE value IS 220 (86.33% from 255) = 32.59%
R=35.56%
G=31.85%
B=32.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24021522000.100.080.0634845.4589.22
HexF0D7DC0A8615c2d59
Octal36032733401210653455131
Binary1111000011010111110111000101010001101010111001011011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0D7DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0D7DC; }

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

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

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

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

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

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

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

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