#F0DCD9

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

Shades of Remy #F0DCD9

Tints of Remy #F0DCD9

Color information

#F0DCD9 (or 0xF0DCD9) is unknown color: approx Remy. HEX triplet: F0, DC and D9. RGB value is (240,220,217). Sum of RGB (Red+Green+Blue) = 240+220+217=677 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.45% from 677); Green value is 220 (86.33% from 255 or 32.50% from 677); Blue value is 217 (85.16% from 255 or 32.05% from 677); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DCD9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0DCD9 is #0F2326. Grayscale: #E1E1E1. Windows color (decimal): -992039 or 14277872. OLE color: 14277872.

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

Color convert

RGB240220217-
CMYK00.080.100.06
HSL7.83º43.4%89.61%-
HSV(B)7.83º9.58%94.12%-
XYZ74.0574.7276.17-
YUV225.64123.13138.24-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 35.45%
GREEN value IS 220 (86.33% from 255) = 32.50%
BLUE value IS 217 (85.16% from 255) = 32.05%
R=35.45%
G=32.50%
B=32.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.10
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24022021700.080.100.067.8343.489.61
HexF0DCD908A682b5a
Octal3603343310101261053132
Binary11110000110111001101100101000101011010001010111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0DCD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0DCD9; }

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

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

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

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

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

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

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

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