#F1F3C2

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

Shades of Spring Sun #F1F3C2

Tints of Spring Sun #F1F3C2

Color information

#F1F3C2 (or 0xF1F3C2) is unknown color: approx Spring Sun. HEX triplet: F1, F3 and C2. RGB value is (241,243,194). Sum of RGB (Red+Green+Blue) = 241+243+194=678 (89% of max value = 765). Red value is 241 (94.53% from 255 or 35.55% from 678); Green value is 243 (95.31% from 255 or 35.84% from 678); Blue value is 194 (76.17% from 255 or 28.61% from 678); Max value from RGB is 243 - color contains mainly: green. Hex color #F1F3C2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1F3C2 is #0E0C3D. Grayscale: #EDEDED. Windows color (decimal): -920638 or 12776433. OLE color: 12776433.

HSL color Cylindrical-coordinate representation of color #F1F3C2: hue angle of 62.45º degrees, saturation: 0.67, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F1F3C2 is Cyan = 0.01, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.05.

Color convert

RGB241243194-
CMYK0.0100.200.05
HSL62.45º67.12%85.69%-
HSV(B)62.45º20.16%95.29%-
XYZ78.0686.763.66-
YUV236.82103.84130.98-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 35.55%
GREEN value IS 243 (95.31% from 255) = 35.84%
BLUE value IS 194 (76.17% from 255) = 28.61%
R=35.55%
G=35.84%
B=28.61%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2412431940.0100.200.0562.4567.1285.69
HexF1F3C2101453e4356
Octal3613633021024576103126
Binary111100011111001111000010101010010111111010000111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1F3C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1F3C2; }

 p { color: rgb(241,243,194); }

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

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

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

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

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

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

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