Html Css Color HEX #F0DEDB Remy

📋 copy color: '#F0DEDB'

red 240 ◦ green 222 ◦ blue 219

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

Shades of Remy #F0DEDB

Tints of Remy #F0DEDB

RGB

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

 GREEN value IS 222 (87.11% from 255) = 32.6%

 BLUE value IS 219 (85.94% from 255) = 32.16%

R = 35.24%
G = 32.6%
B = 32.16%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#F0DEDB (or 0xF0DEDB) is known color: Remy. HEX triplet: F0, DE and DB. RGB value is (240,222,219). Sum of RGB (Red+Green+Blue) = 240+222+219=681 (90% of max value = 765). Red value is 240 (94.14% from 255 or 35.24% from 681); Green value is 222 (87.11% from 255 or 32.60% from 681); Blue value is 219 (85.94% from 255 or 32.16% from 681); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DEDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0DEDB is #0F2124. Grayscale: #E3E3E3. Windows color (decimal): -991525 or 14409456. OLE color: 14409456.

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

Color convert

RGB 240 222 219 -
CMYK 0 0.08 0.09 0.06
HSL 8.57º 0.41% 0.9% -
HSV(B) 8.57º 0.09% 0.94% -
XYZ 74.84 75.88 77.72 -
YUV 227.04 123.46 137.24 -
System Red Green Blue C M Y K H S L
Decimal 240 222 219 0 0.08 0.09 0.06 8.57 0.41 0.9
Hex F0 DE DB 0 8 9 6 9 29 5A
Octal 360 336 333 0 10 11 6 11 51 132
Binary 11110000 11011110 11011011 0 1000 1001 110 1001 101001 1011010

Color Harmonies of #F0DEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0DEDB

Black with #F0DEDB

Text Example


Text Example

White with #F0DEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0DEDB; }

 p { color: rgb(240,222,219); }

 H1.HeaderClassName
 {
   color: #F0DEDB;
 }
 .AnyTagClassName
 {
   color: #F0DEDB;
 }
</style>

background-color css

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

 a { background-color: rgb(240,222,219); }

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

border-color css

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

 span { border-color: rgb(240,222,219); }

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