Html Css Color HEX #F0E1DD Remy

📋 copy color: '#F0E1DD'

red 240 ◦ green 225 ◦ blue 221

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

Shades of Remy #F0E1DD

Tints of Remy #F0E1DD

RGB

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

 GREEN value IS 225 (88.28% from 255) = 32.8%

 BLUE value IS 221 (86.72% from 255) = 32.22%

R = 34.99%
G = 32.8%
B = 32.22%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#F0E1DD (or 0xF0E1DD) is known color: Remy. HEX triplet: F0, E1 and DD. RGB value is (240,225,221). Sum of RGB (Red+Green+Blue) = 240+225+221=686 (90% of max value = 765). Red value is 240 (94.14% from 255 or 34.99% from 686); Green value is 225 (88.28% from 255 or 32.80% from 686); Blue value is 221 (86.72% from 255 or 32.22% from 686); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E1DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0E1DD is #0F1E22. Grayscale: #E5E5E5. Windows color (decimal): -990755 or 14541296. OLE color: 14541296.

HSL color Cylindrical-coordinate representation of color #F0E1DD: hue angle of 12.63º degrees, saturation: 0.39, 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 #F0E1DD is Cyan = 0, Magento = 0.06, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 225 221 -
CMYK 0 0.06 0.08 0.06
HSL 12.63º 0.39% 0.9% -
HSV(B) 12.63º 0.08% 0.94% -
XYZ 75.91 77.6 79.38 -
YUV 229.03 123.47 135.83 -
System Red Green Blue C M Y K H S L
Decimal 240 225 221 0 0.06 0.08 0.06 12.63 0.39 0.9
Hex F0 E1 DD 0 6 8 6 D 27 5A
Octal 360 341 335 0 6 10 6 15 47 132
Binary 11110000 11100001 11011101 0 110 1000 110 1101 100111 1011010

Color Harmonies of #F0E1DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0E1DD

Black with #F0E1DD

Text Example


Text Example

White with #F0E1DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0E1DD; }

 p { color: rgb(240,225,221); }

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

background-color css

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

 a { background-color: rgb(240,225,221); }

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

border-color css

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

 span { border-color: rgb(240,225,221); }

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