#F5FECC

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

Shades of Carla #F5FECC

Tints of Carla #F5FECC

Color information

#F5FECC (or 0xF5FECC) is unknown color: approx Carla. HEX triplet: F5, FE and CC. RGB value is (245,254,204). Sum of RGB (Red+Green+Blue) = 245+254+204=703 (93% of max value = 765). Red value is 245 (96.09% from 255 or 34.85% from 703); Green value is 254 (99.61% from 255 or 36.13% from 703); Blue value is 204 (80.08% from 255 or 29.02% from 703); Max value from RGB is 254 - color contains mainly: green. Hex color #F5FECC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5FECC is #0A0133. Grayscale: #F5F5F5. Windows color (decimal): -655668 or 13434613. OLE color: 13434613.

HSL color Cylindrical-coordinate representation of color #F5FECC: hue angle of 70.8º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F5FECC is Cyan = 0.04, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.00.

Color convert

RGB245254204-
CMYK0.0400.200.00
HSL70.8º96.15%89.8%-
HSV(B)70.8º19.69%99.61%-
XYZ8494.6670.97-
YUV245.61104.52127.57-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 34.85%
GREEN value IS 254 (99.61% from 255) = 36.13%
BLUE value IS 204 (80.08% from 255) = 29.02%
R=34.85%
G=36.13%
B=29.02%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2452542040.0400.200.0070.896.1589.8
HexF5FECC4014047605a
Octal36537631440240107140132
Binary1111010111111110110011001000101000100011111000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5FECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5FECC; }

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

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

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

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

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

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

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

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