#F0DCD8

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

Shades of Remy #F0DCD8

Tints of Remy #F0DCD8

Color information

#F0DCD8 (or 0xF0DCD8) is unknown color: approx Remy. HEX triplet: F0, DC and D8. RGB value is (240,220,216). Sum of RGB (Red+Green+Blue) = 240+220+216=676 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.50% from 676); Green value is 220 (86.33% from 255 or 32.54% from 676); Blue value is 216 (84.77% from 255 or 31.95% from 676); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DCD8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0DCD8 is #0F2327. Grayscale: #E1E1E1. Windows color (decimal): -992040 or 14212336. OLE color: 14212336.

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

Color convert

RGB240220216-
CMYK00.080.10.06
HSL10º44.44%89.41%-
HSV(B)10º10%94.12%-
XYZ73.9274.6775.48-
YUV225.52122.63138.33-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 35.50%
GREEN value IS 220 (86.33% from 255) = 32.54%
BLUE value IS 216 (84.77% from 255) = 31.95%
R=35.50%
G=32.54%
B=31.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.1
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24022021600.080.10.061044.4489.41
HexF0DCD808A6a2c59
Octal3603343300101261254131
Binary11110000110111001101100001000101011010101011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0DCD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0DCD8; }

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

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

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

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

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

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

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

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