Html Css Color HEX #F1E9D7 Half Pearl Lusta

📋 copy color: '#F1E9D7'

red 241 ◦ green 233 ◦ blue 215

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

Shades of Half Pearl Lusta #F1E9D7

Tints of Half Pearl Lusta #F1E9D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 31.2%

R = 34.98%
G = 33.82%
B = 31.2%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.11

 K value IS 0.05

RGB Variations

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

Color information

#F1E9D7 (or 0xF1E9D7) is known color: Half Pearl Lusta. HEX triplet: F1, E9 and D7. RGB value is (241,233,215). Sum of RGB (Red+Green+Blue) = 241+233+215=689 (91% of max value = 765). Red value is 241 (94.53% from 255 or 34.98% from 689); Green value is 233 (91.41% from 255 or 33.82% from 689); Blue value is 215 (84.38% from 255 or 31.20% from 689); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E9D7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1E9D7 is #0E1628. Grayscale: #E9E9E9. Windows color (decimal): -923177 or 14150129. OLE color: 14150129.

HSL color Cylindrical-coordinate representation of color #F1E9D7: hue angle of 41.54º degrees, saturation: 0.48, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F1E9D7 is Cyan = 0, Magento = 0.03, Yellow = 0.11 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 233 215 -
CMYK 0 0.03 0.11 0.05
HSL 41.54º 0.48% 0.89% -
HSV(B) 41.54º 0.11% 0.95% -
XYZ 77.68 81.88 76 -
YUV 233.34 117.65 133.46 -
System Red Green Blue C M Y K H S L
Decimal 241 233 215 0 0.03 0.11 0.05 41.54 0.48 0.89
Hex F1 E9 D7 0 3 B 5 2A 30 59
Octal 361 351 327 0 3 13 5 52 60 131
Binary 11110001 11101001 11010111 0 11 1011 101 101010 110000 1011001

Color Harmonies of #F1E9D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1E9D7

Black with #F1E9D7

Text Example


Text Example

White with #F1E9D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1E9D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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