Html Css Color HEX #F1E1DE Remy

📋 copy color: '#F1E1DE'

red 241 ◦ green 225 ◦ blue 222

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

Shades of Remy #F1E1DE

Tints of Remy #F1E1DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 32.27%

R = 35.03%
G = 32.7%
B = 32.27%

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

#F1E1DE (or 0xF1E1DE) is known color: Remy. HEX triplet: F1, E1 and DE. RGB value is (241,225,222). Sum of RGB (Red+Green+Blue) = 241+225+222=688 (91% of max value = 765). Red value is 241 (94.53% from 255 or 35.03% from 688); Green value is 225 (88.28% from 255 or 32.70% from 688); Blue value is 222 (87.11% from 255 or 32.27% from 688); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E1DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1E1DE is #0E1E21. Grayscale: #E5E5E5. Windows color (decimal): -925218 or 14606833. OLE color: 14606833.

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

Color convert

RGB 241 225 222 -
CMYK 0 0.07 0.08 0.05
HSL 9.47º 0.4% 0.91% -
HSV(B) 9.47º 0.08% 0.95% -
XYZ 76.39 77.83 80.1 -
YUV 229.44 123.8 136.24 -
System Red Green Blue C M Y K H S L
Decimal 241 225 222 0 0.07 0.08 0.05 9.47 0.4 0.91
Hex F1 E1 DE 0 7 8 5 9 28 5B
Octal 361 341 336 0 7 10 5 11 50 133
Binary 11110001 11100001 11011110 0 111 1000 101 1001 101000 1011011

Color Harmonies of #F1E1DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1E1DE

Black with #F1E1DE

Text Example


Text Example

White with #F1E1DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1E1DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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