Html Css Color HEX #F1E6D3 Quarter Spanish White

📋 copy color: '#F1E6D3'

red 241 ◦ green 230 ◦ blue 211

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

Shades of Quarter Spanish White #F1E6D3

Tints of Quarter Spanish White #F1E6D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 30.94%

R = 35.34%
G = 33.72%
B = 30.94%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.12

 K value IS 0.05

RGB Variations

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

Color information

#F1E6D3 (or 0xF1E6D3) is known color: Quarter Spanish White. HEX triplet: F1, E6 and D3. RGB value is (241,230,211). Sum of RGB (Red+Green+Blue) = 241+230+211=682 (90% of max value = 765). Red value is 241 (94.53% from 255 or 35.34% from 682); Green value is 230 (90.23% from 255 or 33.72% from 682); Blue value is 211 (82.81% from 255 or 30.94% from 682); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E6D3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1E6D3 is #0E192C. Grayscale: #E7E7E7. Windows color (decimal): -923949 or 13887217. OLE color: 13887217.

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

Color convert

RGB 241 230 211 -
CMYK 0 0.05 0.12 0.05
HSL 38º 0.52% 0.89% -
HSV(B) 38º 0.12% 0.95% -
XYZ 76.33 80 73.05 -
YUV 231.12 116.64 135.04 -
System Red Green Blue C M Y K H S L
Decimal 241 230 211 0 0.05 0.12 0.05 38 0.52 0.89
Hex F1 E6 D3 0 5 C 5 26 34 59
Octal 361 346 323 0 5 14 5 46 64 131
Binary 11110001 11100110 11010011 0 101 1100 101 100110 110100 1011001

Color Harmonies of #F1E6D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1E6D3

Black with #F1E6D3

Text Example


Text Example

White with #F1E6D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1E6D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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