#F5FECA

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

Shades of Carla #F5FECA

Tints of Carla #F5FECA

Color information

#F5FECA (or 0xF5FECA) is unknown color: approx Carla. HEX triplet: F5, FE and CA. RGB value is (245,254,202). Sum of RGB (Red+Green+Blue) = 245+254+202=701 (92% of max value = 765). Red value is 245 (96.09% from 255 or 34.95% from 701); Green value is 254 (99.61% from 255 or 36.23% from 701); Blue value is 202 (79.30% from 255 or 28.82% from 701); Max value from RGB is 254 - color contains mainly: green. Hex color #F5FECA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5FECA is #0A0135. Grayscale: #F5F5F5. Windows color (decimal): -655670 or 13303541. OLE color: 13303541.

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

Color convert

RGB245254202-
CMYK0.0400.200.00
HSL70.38º96.3%89.41%-
HSV(B)70.38º20.47%99.61%-
XYZ83.7694.5669.71-
YUV245.38103.52127.73-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 34.95%
GREEN value IS 254 (99.61% from 255) = 36.23%
BLUE value IS 202 (79.30% from 255) = 28.82%
R=34.95%
G=36.23%
B=28.82%

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
Decimal2452542020.0400.200.0070.3896.389.41
HexF5FECA40140466059
Octal36537631240240106140131
Binary1111010111111110110010101000101000100011011000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5FECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5FECA; }

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

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

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

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

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

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

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

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