Html Css Color HEX #F1E9D9 Half Pearl Lusta

📋 copy color: '#F1E9D9'

red 241 ◦ green 233 ◦ blue 217

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

Shades of Half Pearl Lusta #F1E9D9

Tints of Half Pearl Lusta #F1E9D9

RGB

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

 GREEN value IS 233 (91.41% from 255) = 33.72%

 BLUE value IS 217 (85.16% from 255) = 31.4%

R = 34.88%
G = 33.72%
B = 31.4%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#F1E9D9 (or 0xF1E9D9) is known color: Half Pearl Lusta. HEX triplet: F1, E9 and D9. RGB value is (241,233,217). Sum of RGB (Red+Green+Blue) = 241+233+217=691 (91% of max value = 765). Red value is 241 (94.53% from 255 or 34.88% from 691); Green value is 233 (91.41% from 255 or 33.72% from 691); Blue value is 217 (85.16% from 255 or 31.40% from 691); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E9D9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1E9D9 is #0E1626. Grayscale: #E9E9E9. Windows color (decimal): -923175 or 14281201. OLE color: 14281201.

HSL color Cylindrical-coordinate representation of color #F1E9D9: hue angle of 40º degrees, saturation: 0.46, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F1E9D9 is Cyan = 0, Magento = 0.03, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 233 217 -
CMYK 0 0.03 0.10 0.05
HSL 40º 0.46% 0.9% -
HSV(B) 40º 0.1% 0.95% -
XYZ 77.94 81.99 77.36 -
YUV 233.57 118.65 133.3 -
System Red Green Blue C M Y K H S L
Decimal 241 233 217 0 0.03 0.10 0.05 40 0.46 0.9
Hex F1 E9 D9 0 3 A 5 28 2E 5A
Octal 361 351 331 0 3 12 5 50 56 132
Binary 11110001 11101001 11011001 0 11 1010 101 101000 101110 1011010

Color Harmonies of #F1E9D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1E9D9

Black with #F1E9D9

Text Example


Text Example

White with #F1E9D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1E9D9; }

 p { color: rgb(241,233,217); }

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

background-color css

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

 a { background-color: rgb(241,233,217); }

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

border-color css

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

 span { border-color: rgb(241,233,217); }

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