Html Css Color HEX #F1E4D2 Quarter Spanish White

📋 copy color: '#F1E4D2'

red 241 ◦ green 228 ◦ blue 210

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

Shades of Quarter Spanish White #F1E4D2

Tints of Quarter Spanish White #F1E4D2

RGB

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

 GREEN value IS 228 (89.45% from 255) = 33.58%

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

R = 35.49%
G = 33.58%
B = 30.93%

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

#F1E4D2 (or 0xF1E4D2) is known color: Quarter Spanish White. HEX triplet: F1, E4 and D2. RGB value is (241,228,210). Sum of RGB (Red+Green+Blue) = 241+228+210=679 (89% of max value = 765). Red value is 241 (94.53% from 255 or 35.49% from 679); Green value is 228 (89.45% from 255 or 33.58% from 679); Blue value is 210 (82.42% from 255 or 30.93% from 679); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E4D2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1E4D2 is #0E1B2D. Grayscale: #E5E5E5. Windows color (decimal): -924462 or 13821169. OLE color: 13821169.

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

Color convert

RGB 241 228 210 -
CMYK 0 0.05 0.13 0.05
HSL 34.84º 0.53% 0.88% -
HSV(B) 34.84º 0.13% 0.95% -
XYZ 75.65 78.84 72.2 -
YUV 229.84 116.81 135.96 -
System Red Green Blue C M Y K H S L
Decimal 241 228 210 0 0.05 0.13 0.05 34.84 0.53 0.88
Hex F1 E4 D2 0 5 D 5 23 35 58
Octal 361 344 322 0 5 15 5 43 65 130
Binary 11110001 11100100 11010010 0 101 1101 101 100011 110101 1011000

Color Harmonies of #F1E4D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1E4D2

Black with #F1E4D2

Text Example


Text Example

White with #F1E4D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1E4D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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