Html Css Color HEX #F1E1DD Remy

📋 copy color: '#F1E1DD'

red 241 ◦ green 225 ◦ blue 221

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

Shades of Remy #F1E1DD

Tints of Remy #F1E1DD

RGB

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

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

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

R = 35.08%
G = 32.75%
B = 32.17%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.08

 K value IS 0.05

RGB Variations

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

Color information

#F1E1DD (or 0xF1E1DD) is known color: Remy. HEX triplet: F1, E1 and DD. RGB value is (241,225,221). Sum of RGB (Red+Green+Blue) = 241+225+221=687 (90% of max value = 765). Red value is 241 (94.53% from 255 or 35.08% from 687); Green value is 225 (88.28% from 255 or 32.75% from 687); Blue value is 221 (86.72% from 255 or 32.17% from 687); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E1DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1E1DD is #0E1E22. Grayscale: #E5E5E5. Windows color (decimal): -925219 or 14541297. OLE color: 14541297.

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

Color convert

RGB 241 225 221 -
CMYK 0 0.07 0.08 0.05
HSL 12º 0.42% 0.91% -
HSV(B) 12º 0.08% 0.95% -
XYZ 76.25 77.77 79.4 -
YUV 229.33 123.3 136.33 -
System Red Green Blue C M Y K H S L
Decimal 241 225 221 0 0.07 0.08 0.05 12 0.42 0.91
Hex F1 E1 DD 0 7 8 5 C 2A 5B
Octal 361 341 335 0 7 10 5 14 52 133
Binary 11110001 11100001 11011101 0 111 1000 101 1100 101010 1011011

Color Harmonies of #F1E1DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1E1DD

Black with #F1E1DD

Text Example


Text Example

White with #F1E1DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1E1DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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