Html Css Color HEX #F1E7D1 Half Pearl Lusta

📋 copy color: '#F1E7D1'

red 241 ◦ green 231 ◦ blue 209

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

Shades of Half Pearl Lusta #F1E7D1

Tints of Half Pearl Lusta #F1E7D1

RGB

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

 GREEN value IS 231 (90.63% from 255) = 33.92%

 BLUE value IS 209 (82.03% from 255) = 30.69%

R = 35.39%
G = 33.92%
B = 30.69%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.13

 K value IS 0.05

RGB Variations

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

Color information

#F1E7D1 (or 0xF1E7D1) is known color: Half Pearl Lusta. HEX triplet: F1, E7 and D1. RGB value is (241,231,209). Sum of RGB (Red+Green+Blue) = 241+231+209=681 (90% of max value = 765). Red value is 241 (94.53% from 255 or 35.39% from 681); Green value is 231 (90.62% from 255 or 33.92% from 681); Blue value is 209 (82.03% from 255 or 30.69% from 681); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E7D1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1E7D1 is #0E182E. Grayscale: #E7E7E7. Windows color (decimal): -923695 or 13756401. OLE color: 13756401.

HSL color Cylindrical-coordinate representation of color #F1E7D1: hue angle of 41.25º degrees, saturation: 0.53, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #F1E7D1 is Cyan = 0, Magento = 0.04, Yellow = 0.13 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 231 209 -
CMYK 0 0.04 0.13 0.05
HSL 41.25º 0.53% 0.88% -
HSV(B) 41.25º 0.13% 0.95% -
XYZ 76.36 80.46 71.83 -
YUV 231.48 115.31 134.79 -
System Red Green Blue C M Y K H S L
Decimal 241 231 209 0 0.04 0.13 0.05 41.25 0.53 0.88
Hex F1 E7 D1 0 4 D 5 29 35 58
Octal 361 347 321 0 4 15 5 51 65 130
Binary 11110001 11100111 11010001 0 100 1101 101 101001 110101 1011000

Color Harmonies of #F1E7D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1E7D1

Black with #F1E7D1

Text Example


Text Example

White with #F1E7D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1E7D1; }

 p { color: rgb(241,231,209); }

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

background-color css

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

 a { background-color: rgb(241,231,209); }

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

border-color css

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

 span { border-color: rgb(241,231,209); }

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