Html Css Color HEX #F1E0DB Remy

📋 copy color: '#F1E0DB'

red 241 ◦ green 224 ◦ blue 219

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

Shades of Remy #F1E0DB

Tints of Remy #F1E0DB

RGB

 RED value IS 241 (94.53% from 255) = 35.23%

 GREEN value IS 224 (87.89% from 255) = 32.75%

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

R = 35.23%
G = 32.75%
B = 32.02%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#F1E0DB (or 0xF1E0DB) is known color: Remy. HEX triplet: F1, E0 and DB. RGB value is (241,224,219). Sum of RGB (Red+Green+Blue) = 241+224+219=684 (90% of max value = 765). Red value is 241 (94.53% from 255 or 35.23% from 684); Green value is 224 (87.89% from 255 or 32.75% from 684); Blue value is 219 (85.94% from 255 or 32.02% from 684); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E0DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1E0DB is #0E1F24. Grayscale: #E4E4E4. Windows color (decimal): -925477 or 14409969. OLE color: 14409969.

HSL color Cylindrical-coordinate representation of color #F1E0DB: hue angle of 13.64º degrees, saturation: 0.44, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F1E0DB is Cyan = 0, Magento = 0.07, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 224 219 -
CMYK 0 0.07 0.09 0.05
HSL 13.64º 0.44% 0.9% -
HSV(B) 13.64º 0.09% 0.95% -
XYZ 75.72 77.13 77.91 -
YUV 228.51 122.63 136.91 -
System Red Green Blue C M Y K H S L
Decimal 241 224 219 0 0.07 0.09 0.05 13.64 0.44 0.9
Hex F1 E0 DB 0 7 9 5 E 2C 5A
Octal 361 340 333 0 7 11 5 16 54 132
Binary 11110001 11100000 11011011 0 111 1001 101 1110 101100 1011010

Color Harmonies of #F1E0DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1E0DB

Black with #F1E0DB

Text Example


Text Example

White with #F1E0DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1E0DB; }

 p { color: rgb(241,224,219); }

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

background-color css

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

 a { background-color: rgb(241,224,219); }

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

border-color css

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

 span { border-color: rgb(241,224,219); }

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