#F0DFDC

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

Shades of Remy #F0DFDC

Tints of Remy #F0DFDC

Color information

#F0DFDC (or 0xF0DFDC) is unknown color: approx Remy. HEX triplet: F0, DF and DC. RGB value is (240,223,220). Sum of RGB (Red+Green+Blue) = 240+223+220=683 (90% of max value = 765). Red value is 240 (94.14% from 255 or 35.14% from 683); Green value is 223 (87.5% from 255 or 32.65% from 683); Blue value is 220 (86.33% from 255 or 32.21% from 683); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DFDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0DFDC is #0F2023. Grayscale: #E3E3E3. Windows color (decimal): -991268 or 14475248. OLE color: 14475248.

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

Color convert

RGB240223220-
CMYK00.070.080.06
HSL40%90.2%-
HSV(B)8.33%94.12%-
XYZ75.2476.4778.5-
YUV227.74123.63136.74-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 35.14%
GREEN value IS 223 (87.5% from 255) = 32.65%
BLUE value IS 220 (86.33% from 255) = 32.21%
R=35.14%
G=32.65%
B=32.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24022322000.070.080.0694090.2
HexF0DFDC07869285a
Octal360337334071061150132
Binary1111000011011111110111000111100011010011010001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0DFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0DFDC; }

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

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

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

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

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

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

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

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