Html Css Color HEX #F1DEDB Remy

📋 copy color: '#F1DEDB'

red 241 ◦ green 222 ◦ blue 219

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

Shades of Remy #F1DEDB

Tints of Remy #F1DEDB

RGB

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

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

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

R = 35.34%
G = 32.55%
B = 32.11%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#F1DEDB (or 0xF1DEDB) is known color: Remy. HEX triplet: F1, DE and DB. RGB value is (241,222,219). Sum of RGB (Red+Green+Blue) = 241+222+219=682 (90% of max value = 765). Red value is 241 (94.53% from 255 or 35.34% from 682); Green value is 222 (87.11% from 255 or 32.55% from 682); Blue value is 219 (85.94% from 255 or 32.11% from 682); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DEDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1DEDB is #0E2124. Grayscale: #E3E3E3. Windows color (decimal): -925989 or 14409457. OLE color: 14409457.

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

Color convert

RGB 241 222 219 -
CMYK 0 0.08 0.09 0.05
HSL 8.18º 0.44% 0.9% -
HSV(B) 8.18º 0.09% 0.95% -
XYZ 75.18 76.06 77.74 -
YUV 227.34 123.29 137.74 -
System Red Green Blue C M Y K H S L
Decimal 241 222 219 0 0.08 0.09 0.05 8.18 0.44 0.9
Hex F1 DE DB 0 8 9 5 8 2C 5A
Octal 361 336 333 0 10 11 5 10 54 132
Binary 11110001 11011110 11011011 0 1000 1001 101 1000 101100 1011010

Color Harmonies of #F1DEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1DEDB

Black with #F1DEDB

Text Example


Text Example

White with #F1DEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1DEDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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