Html Css Color HEX #F0DCD9 Remy

📋 copy color: '#F0DCD9'

red 240 ◦ green 220 ◦ blue 217

#F0DCD9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Remy #F0DCD9

Tints of Remy #F0DCD9

RGB

 RED value IS 240 (94.14% from 255) = 35.45%

 GREEN value IS 220 (86.33% from 255) = 32.5%

 BLUE value IS 217 (85.16% from 255) = 32.05%

R = 35.45%
G = 32.5%
B = 32.05%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.10

 K value IS 0.06

RGB Variations

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

Color information

#F0DCD9 (or 0xF0DCD9) is known color: 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

RGB 240 220 217 -
CMYK 0 0.08 0.10 0.06
HSL 7.83º 0.43% 0.9% -
HSV(B) 7.83º 0.1% 0.94% -
XYZ 74.05 74.72 76.17 -
YUV 225.64 123.13 138.24 -
System Red Green Blue C M Y K H S L
Decimal 240 220 217 0 0.08 0.10 0.06 7.83 0.43 0.9
Hex F0 DC D9 0 8 A 6 8 2B 5A
Octal 360 334 331 0 10 12 6 10 53 132
Binary 11110000 11011100 11011001 0 1000 1010 110 1000 101011 1011010

Color Harmonies of #F0DCD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0DCD9

Black with #F0DCD9

Text Example


Text Example

White with #F0DCD9

Text Example


Text Example

HTML Codes & Css Web 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>