Html Css Color HEX #F1E4CF Quarter Spanish White

📋 copy color: '#F1E4CF'

red 241 ◦ green 228 ◦ blue 207

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

Shades of Quarter Spanish White #F1E4CF

Tints of Quarter Spanish White #F1E4CF

RGB

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

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

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

R = 35.65%
G = 33.73%
B = 30.62%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.14

 K value IS 0.05

RGB Variations

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

Color information

#F1E4CF (or 0xF1E4CF) is known color: Quarter Spanish White. HEX triplet: F1, E4 and CF. RGB value is (241,228,207). Sum of RGB (Red+Green+Blue) = 241+228+207=676 (89% of max value = 765). Red value is 241 (94.53% from 255 or 35.65% from 676); Green value is 228 (89.45% from 255 or 33.73% from 676); Blue value is 207 (81.25% from 255 or 30.62% from 676); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E4CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1E4CF is #0E1B30. Grayscale: #E5E5E5. Windows color (decimal): -924465 or 13624561. OLE color: 13624561.

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

Color convert

RGB 241 228 207 -
CMYK 0 0.05 0.14 0.05
HSL 37.06º 0.55% 0.88% -
HSV(B) 37.06º 0.14% 0.95% -
XYZ 75.28 78.69 70.25 -
YUV 229.49 115.31 136.21 -
System Red Green Blue C M Y K H S L
Decimal 241 228 207 0 0.05 0.14 0.05 37.06 0.55 0.88
Hex F1 E4 CF 0 5 E 5 25 37 58
Octal 361 344 317 0 5 16 5 45 67 130
Binary 11110001 11100100 11001111 0 101 1110 101 100101 110111 1011000

Color Harmonies of #F1E4CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1E4CF

Black with #F1E4CF

Text Example


Text Example

White with #F1E4CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1E4CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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