#F2F2C1

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

Shades of Cumulus #F2F2C1

Tints of Cumulus #F2F2C1

Color information

#F2F2C1 (or 0xF2F2C1) is unknown color: approx Cumulus. HEX triplet: F2, F2 and C1. RGB value is (242,242,193). Sum of RGB (Red+Green+Blue) = 242+242+193=677 (89% of max value = 765). Red value is 242 (94.92% from 255 or 35.75% from 677); Green value is 242 (94.92% from 255 or 35.75% from 677); Blue value is 193 (75.78% from 255 or 28.51% from 677); Max value from RGB is 242 - color contains mainly: red, green. Hex color #F2F2C1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2F2C1 is #0D0D3E. Grayscale: #ECECEC. Windows color (decimal): -855359 or 12710642. OLE color: 12710642.

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

Color convert

RGB242242193-
CMYK000.200.05
HSL60º65.33%85.29%-
HSV(B)60º20.25%94.9%-
XYZ7886.2362.99-
YUV236.41103.5131.98-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 35.75%
GREEN value IS 242 (94.92% from 255) = 35.75%
BLUE value IS 193 (75.78% from 255) = 28.51%
R=35.75%
G=35.75%
B=28.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal242242193000.200.056065.3385.29
HexF2F2C1001453c4155
Octal3623623010024574101125
Binary111100101111001011000001001010010111110010000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2F2C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2F2C1; }

 p { color: rgb(242,242,193); }

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

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

 a { background-color: rgb(242,242,193); }

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

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

 span { border-color: rgb(242,242,193); }

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