#F0D6DC

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

Shades of Pale Rose #F0D6DC

Tints of Pale Rose #F0D6DC

Color information

#F0D6DC (or 0xF0D6DC) is unknown color: approx Pale Rose. HEX triplet: F0, D6 and DC. RGB value is (240,214,220). Sum of RGB (Red+Green+Blue) = 240+214+220=674 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.61% from 674); Green value is 214 (83.98% from 255 or 31.75% from 674); Blue value is 220 (86.33% from 255 or 32.64% from 674); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D6DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0D6DC is #0F2923. Grayscale: #DEDEDE. Windows color (decimal): -993572 or 14472944. OLE color: 14472944.

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

Color convert

RGB240214220-
CMYK00.110.080.06
HSL346.15º46.43%89.02%-
HSV(B)346.15º10.83%94.12%-
XYZ72.971.7977.72-
YUV222.46126.61140.51-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 35.61%
GREEN value IS 214 (83.98% from 255) = 31.75%
BLUE value IS 220 (86.33% from 255) = 32.64%
R=35.61%
G=31.75%
B=32.64%

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
Decimal24021422000.110.080.06346.1546.4389.02
HexF0D6DC0B8615a2e59
Octal36032633401310653256131
Binary1111000011010110110111000101110001101010110101011101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0D6DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0D6DC; }

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

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

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

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

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

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

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

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