#F2F5CC

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

Shades of Carla #F2F5CC

Tints of Carla #F2F5CC

Color information

#F2F5CC (or 0xF2F5CC) is unknown color: approx Carla. HEX triplet: F2, F5 and CC. RGB value is (242,245,204). Sum of RGB (Red+Green+Blue) = 242+245+204=691 (91% of max value = 765). Red value is 242 (94.92% from 255 or 35.02% from 691); Green value is 245 (96.09% from 255 or 35.46% from 691); Blue value is 204 (80.08% from 255 or 29.52% from 691); Max value from RGB is 245 - color contains mainly: green. Hex color #F2F5CC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2F5CC is #0D0A33. Grayscale: #EFEFEF. Windows color (decimal): -854580 or 13432306. OLE color: 13432306.

HSL color Cylindrical-coordinate representation of color #F2F5CC: hue angle of 64.39º degrees, saturation: 0.67, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F2F5CC is Cyan = 0.01, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB242245204-
CMYK0.0100.170.04
HSL64.39º67.21%88.04%-
HSV(B)64.39º16.73%96.08%-
XYZ80.1788.5469.99-
YUV239.43108.01129.83-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 35.02%
GREEN value IS 245 (96.09% from 255) = 35.46%
BLUE value IS 204 (80.08% from 255) = 29.52%
R=35.02%
G=35.46%
B=29.52%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2422452040.0100.170.0464.3967.2188.04
HexF2F5CC10114404358
Octal36236531410214100103130
Binary1111001011110101110011001010001100100000010000111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2F5CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2F5CC; }

 p { color: rgb(242,245,204); }

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

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

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

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

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

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

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