Html Css Color HEX #F1E6D1 Quarter Spanish White

📋 copy color: '#F1E6D1'

red 241 ◦ green 230 ◦ blue 209

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

Shades of Quarter Spanish White #F1E6D1

Tints of Quarter Spanish White #F1E6D1

RGB

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

 GREEN value IS 230 (90.23% from 255) = 33.82%

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

R = 35.44%
G = 33.82%
B = 30.74%

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

#F1E6D1 (or 0xF1E6D1) is known color: Quarter Spanish White. HEX triplet: F1, E6 and D1. RGB value is (241,230,209). Sum of RGB (Red+Green+Blue) = 241+230+209=680 (90% of max value = 765). Red value is 241 (94.53% from 255 or 35.44% from 680); Green value is 230 (90.23% from 255 or 33.82% from 680); Blue value is 209 (82.03% from 255 or 30.74% from 680); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E6D1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1E6D1 is #0E192E. Grayscale: #E6E6E6. Windows color (decimal): -923951 or 13756145. OLE color: 13756145.

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

Color convert

RGB 241 230 209 -
CMYK 0 0.05 0.13 0.05
HSL 39.38º 0.53% 0.88% -
HSV(B) 39.38º 0.13% 0.95% -
XYZ 76.08 79.9 71.73 -
YUV 230.9 115.64 135.21 -
System Red Green Blue C M Y K H S L
Decimal 241 230 209 0 0.05 0.13 0.05 39.38 0.53 0.88
Hex F1 E6 D1 0 5 D 5 27 35 58
Octal 361 346 321 0 5 15 5 47 65 130
Binary 11110001 11100110 11010001 0 101 1101 101 100111 110101 1011000

Color Harmonies of #F1E6D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1E6D1

Black with #F1E6D1

Text Example


Text Example

White with #F1E6D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1E6D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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