#F5F9CC

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

Shades of Carla #F5F9CC

Tints of Carla #F5F9CC

Color information

#F5F9CC (or 0xF5F9CC) is unknown color: approx Carla. HEX triplet: F5, F9 and CC. RGB value is (245,249,204). Sum of RGB (Red+Green+Blue) = 245+249+204=698 (92% of max value = 765). Red value is 245 (96.09% from 255 or 35.10% from 698); Green value is 249 (97.66% from 255 or 35.67% from 698); Blue value is 204 (80.08% from 255 or 29.23% from 698); Max value from RGB is 249 - color contains mainly: green. Hex color #F5F9CC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5F9CC is #0A0633. Grayscale: #F2F2F2. Windows color (decimal): -656948 or 13433333. OLE color: 13433333.

HSL color Cylindrical-coordinate representation of color #F5F9CC: hue angle of 65.33º degrees, saturation: 0.79, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F5F9CC is Cyan = 0.02, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB245249204-
CMYK0.0200.180.02
HSL65.33º78.95%88.82%-
HSV(B)65.33º18.07%97.65%-
XYZ82.4391.5270.45-
YUV242.67106.17129.66-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 35.10%
GREEN value IS 249 (97.66% from 255) = 35.67%
BLUE value IS 204 (80.08% from 255) = 29.23%
R=35.10%
G=35.67%
B=29.23%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2452492040.0200.180.0265.3378.9588.82
HexF5F9CC20122414f59
Octal36537131420222101117131
Binary1111010111111001110011001001001010100000110011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5F9CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5F9CC; }

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

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

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

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

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

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

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

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