Html Css Color HEX #F1E5D2 Quarter Spanish White

📋 copy color: '#F1E5D2'

red 241 ◦ green 229 ◦ blue 210

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

Shades of Quarter Spanish White #F1E5D2

Tints of Quarter Spanish White #F1E5D2

RGB

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

 GREEN value IS 229 (89.84% from 255) = 33.68%

 BLUE value IS 210 (82.42% from 255) = 30.88%

R = 35.44%
G = 33.68%
B = 30.88%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.13

 K value IS 0.05

RGB Variations

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

Color information

#F1E5D2 (or 0xF1E5D2) is known color: Quarter Spanish White. HEX triplet: F1, E5 and D2. RGB value is (241,229,210). Sum of RGB (Red+Green+Blue) = 241+229+210=680 (90% of max value = 765). Red value is 241 (94.53% from 255 or 35.44% from 680); Green value is 229 (89.84% from 255 or 33.68% from 680); Blue value is 210 (82.42% from 255 or 30.88% from 680); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E5D2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1E5D2 is #0E1A2D. Grayscale: #E6E6E6. Windows color (decimal): -924206 or 13821425. OLE color: 13821425.

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

Color convert

RGB 241 229 210 -
CMYK 0 0.05 0.13 0.05
HSL 36.77º 0.53% 0.88% -
HSV(B) 36.77º 0.13% 0.95% -
XYZ 75.93 79.39 72.3 -
YUV 230.42 116.48 135.54 -
System Red Green Blue C M Y K H S L
Decimal 241 229 210 0 0.05 0.13 0.05 36.77 0.53 0.88
Hex F1 E5 D2 0 5 D 5 25 35 58
Octal 361 345 322 0 5 15 5 45 65 130
Binary 11110001 11100101 11010010 0 101 1101 101 100101 110101 1011000

Color Harmonies of #F1E5D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1E5D2

Black with #F1E5D2

Text Example


Text Example

White with #F1E5D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1E5D2; }

 p { color: rgb(241,229,210); }

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

background-color css

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

 a { background-color: rgb(241,229,210); }

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

border-color css

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

 span { border-color: rgb(241,229,210); }

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