Html Css Color HEX #F1E6D2 Quarter Spanish White

📋 copy color: '#F1E6D2'

red 241 ◦ green 230 ◦ blue 210

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

Shades of Quarter Spanish White #F1E6D2

Tints of Quarter Spanish White #F1E6D2

RGB

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

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

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

R = 35.39%
G = 33.77%
B = 30.84%

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

#F1E6D2 (or 0xF1E6D2) is known color: Quarter Spanish White. HEX triplet: F1, E6 and D2. RGB value is (241,230,210). Sum of RGB (Red+Green+Blue) = 241+230+210=681 (90% of max value = 765). Red value is 241 (94.53% from 255 or 35.39% from 681); Green value is 230 (90.23% from 255 or 33.77% from 681); Blue value is 210 (82.42% from 255 or 30.84% from 681); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E6D2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1E6D2 is #0E192D. Grayscale: #E7E7E7. Windows color (decimal): -923950 or 13821681. OLE color: 13821681.

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

Color convert

RGB 241 230 210 -
CMYK 0 0.05 0.13 0.05
HSL 38.71º 0.53% 0.88% -
HSV(B) 38.71º 0.13% 0.95% -
XYZ 76.21 79.95 72.39 -
YUV 231.01 116.14 135.13 -
System Red Green Blue C M Y K H S L
Decimal 241 230 210 0 0.05 0.13 0.05 38.71 0.53 0.88
Hex F1 E6 D2 0 5 D 5 27 35 58
Octal 361 346 322 0 5 15 5 47 65 130
Binary 11110001 11100110 11010010 0 101 1101 101 100111 110101 1011000

Color Harmonies of #F1E6D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1E6D2

Black with #F1E6D2

Text Example


Text Example

White with #F1E6D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1E6D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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