#F1F1CA

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

Shades of Spring Sun #F1F1CA

Tints of Spring Sun #F1F1CA

Color information

#F1F1CA (or 0xF1F1CA) is unknown color: approx Spring Sun. HEX triplet: F1, F1 and CA. RGB value is (241,241,202). Sum of RGB (Red+Green+Blue) = 241+241+202=684 (90% of max value = 765). Red value is 241 (94.53% from 255 or 35.23% from 684); Green value is 241 (94.53% from 255 or 35.23% from 684); Blue value is 202 (79.30% from 255 or 29.53% from 684); Max value from RGB is 241 - color contains mainly: red, green. Hex color #F1F1CA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1F1CA is #0E0E35. Grayscale: #ECECEC. Windows color (decimal): -921142 or 13300209. OLE color: 13300209.

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

Color convert

RGB241241202-
CMYK000.160.05
HSL60º58.21%86.86%-
HSV(B)60º16.18%94.51%-
XYZ78.3985.8868.32-
YUV236.55108.5131.17-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 35.23%
GREEN value IS 241 (94.53% from 255) = 35.23%
BLUE value IS 202 (79.30% from 255) = 29.53%
R=35.23%
G=35.23%
B=29.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241241202000.160.056058.2186.86
HexF1F1CA001053c3a57
Octal361361312002057472127
Binary11110001111100011100101000100001011111001110101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1F1CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1F1CA; }

 p { color: rgb(241,241,202); }

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

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

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

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

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

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

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