#F0DAD7

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

Shades of Remy #F0DAD7

Tints of Remy #F0DAD7

Color information

#F0DAD7 (or 0xF0DAD7) is unknown color: approx Remy. HEX triplet: F0, DA and D7. RGB value is (240,218,215). Sum of RGB (Red+Green+Blue) = 240+218+215=673 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.66% from 673); Green value is 218 (85.55% from 255 or 32.39% from 673); Blue value is 215 (84.38% from 255 or 31.95% from 673); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DAD7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0DAD7 is #0F2528. Grayscale: #E0E0E0. Windows color (decimal): -992553 or 14146288. OLE color: 14146288.

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

Color convert

RGB240218215-
CMYK00.090.100.06
HSL7.2º45.45%89.22%-
HSV(B)7.2º10.42%94.12%-
XYZ73.2773.5774.63-
YUV224.24122.79139.24-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 35.66%
GREEN value IS 218 (85.55% from 255) = 32.39%
BLUE value IS 215 (84.38% from 255) = 31.95%
R=35.66%
G=32.39%
B=31.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.10
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24021821500.090.100.067.245.4589.22
HexF0DAD709A672d59
Octal360332327011126755131
Binary1111000011011010110101110100110101101111011011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0DAD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0DAD7; }

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

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

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

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

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

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

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

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