#F1F0CB

Color #F1F0CB Spring Sun (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spring Sun #F1F0CB

Tints of Spring Sun #F1F0CB

Color information

#F1F0CB (or 0xF1F0CB) is unknown color: approx Spring Sun. HEX triplet: F1, F0 and CB. RGB value is (241,240,203). Sum of RGB (Red+Green+Blue) = 241+240+203=684 (90% of max value = 765). Red value is 241 (94.53% from 255 or 35.23% from 684); Green value is 240 (94.14% from 255 or 35.09% from 684); Blue value is 203 (79.69% from 255 or 29.68% from 684); Max value from RGB is 241 - color contains mainly: red. Hex color #F1F0CB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1F0CB is #0E0F34. Grayscale: #ECECEC. Windows color (decimal): -921397 or 13365489. OLE color: 13365489.

HSL color Cylindrical-coordinate representation of color #F1F0CB: hue angle of 58.42º degrees, saturation: 0.58, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F1F0CB is Cyan = 0, Magento = 0.00, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB241240203-
CMYK00.000.160.05
HSL58.42º57.58%87.06%-
HSV(B)58.42º15.77%94.51%-
XYZ78.2285.3368.85-
YUV236.08109.33131.51-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 35.23%
GREEN value IS 240 (94.14% from 255) = 35.09%
BLUE value IS 203 (79.69% from 255) = 29.68%
R=35.23%
G=35.09%
B=29.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24124020300.000.160.0558.4257.5887.06
HexF1F0CB001053a3a57
Octal361360313002057272127
Binary11110001111100001100101100100001011110101110101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1F0CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1F0CB; }

 p { color: rgb(241,240,203); }

 H1.HeaderClassName
 {
   color: #F1F0CB;
 }
 .AnyTagClassName
 {
   color: #F1F0CB;
 }
</style>
background-color css

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

 a { background-color: rgb(241,240,203); }

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

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

 span { border-color: rgb(241,240,203); }

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