#F1F3C0

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

Shades of Cumulus #F1F3C0

Tints of Cumulus #F1F3C0

Color information

#F1F3C0 (or 0xF1F3C0) is unknown color: approx Cumulus. HEX triplet: F1, F3 and C0. RGB value is (241,243,192). Sum of RGB (Red+Green+Blue) = 241+243+192=676 (89% of max value = 765). Red value is 241 (94.53% from 255 or 35.65% from 676); Green value is 243 (95.31% from 255 or 35.95% from 676); Blue value is 192 (75.39% from 255 or 28.40% from 676); Max value from RGB is 243 - color contains mainly: green. Hex color #F1F3C0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1F3C0 is #0E0C3F. Grayscale: #ECECEC. Windows color (decimal): -920640 or 12645361. OLE color: 12645361.

HSL color Cylindrical-coordinate representation of color #F1F3C0: hue angle of 62.35º degrees, saturation: 0.68, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F1F3C0 is Cyan = 0.01, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB241243192-
CMYK0.0100.210.05
HSL62.35º68%85.29%-
HSV(B)62.35º20.99%95.29%-
XYZ77.8486.6162.48-
YUV236.59102.84131.15-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 35.65%
GREEN value IS 243 (95.31% from 255) = 35.95%
BLUE value IS 192 (75.39% from 255) = 28.40%
R=35.65%
G=35.95%
B=28.40%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2412431920.0100.210.0562.356885.29
HexF1F3C0101553e4455
Octal3613633001025576104125
Binary111100011111001111000000101010110111111010001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1F3C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1F3C0; }

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

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

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

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

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

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

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

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