Html Css Color HEX #F1E2CF Quarter Spanish White

📋 copy color: '#F1E2CF'

red 241 ◦ green 226 ◦ blue 207

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

Shades of Quarter Spanish White #F1E2CF

Tints of Quarter Spanish White #F1E2CF

RGB

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

 GREEN value IS 226 (88.67% from 255) = 33.53%

 BLUE value IS 207 (81.25% from 255) = 30.71%

R = 35.76%
G = 33.53%
B = 30.71%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.14

 K value IS 0.05

RGB Variations

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

Color information

#F1E2CF (or 0xF1E2CF) is known color: Quarter Spanish White. HEX triplet: F1, E2 and CF. RGB value is (241,226,207). Sum of RGB (Red+Green+Blue) = 241+226+207=674 (89% of max value = 765). Red value is 241 (94.53% from 255 or 35.76% from 674); Green value is 226 (88.67% from 255 or 33.53% from 674); Blue value is 207 (81.25% from 255 or 30.71% from 674); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E2CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1E2CF is #0E1D30. Grayscale: #E4E4E4. Windows color (decimal): -924977 or 13624049. OLE color: 13624049.

HSL color Cylindrical-coordinate representation of color #F1E2CF: hue angle of 33.53º degrees, saturation: 0.55, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F1E2CF is Cyan = 0, Magento = 0.06, Yellow = 0.14 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 226 207 -
CMYK 0 0.06 0.14 0.05
HSL 33.53º 0.55% 0.88% -
HSV(B) 33.53º 0.14% 0.95% -
XYZ 74.73 77.6 70.07 -
YUV 228.32 115.97 137.04 -
System Red Green Blue C M Y K H S L
Decimal 241 226 207 0 0.06 0.14 0.05 33.53 0.55 0.88
Hex F1 E2 CF 0 6 E 5 22 37 58
Octal 361 342 317 0 6 16 5 42 67 130
Binary 11110001 11100010 11001111 0 110 1110 101 100010 110111 1011000

Color Harmonies of #F1E2CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1E2CF

Black with #F1E2CF

Text Example


Text Example

White with #F1E2CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1E2CF; }

 p { color: rgb(241,226,207); }

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

background-color css

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

 a { background-color: rgb(241,226,207); }

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

border-color css

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

 span { border-color: rgb(241,226,207); }

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