#F5FECE

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

Shades of Carla #F5FECE

Tints of Carla #F5FECE

Color information

#F5FECE (or 0xF5FECE) is unknown color: approx Carla. HEX triplet: F5, FE and CE. RGB value is (245,254,206). Sum of RGB (Red+Green+Blue) = 245+254+206=705 (93% of max value = 765). Red value is 245 (96.09% from 255 or 34.75% from 705); Green value is 254 (99.61% from 255 or 36.03% from 705); Blue value is 206 (80.86% from 255 or 29.22% from 705); Max value from RGB is 254 - color contains mainly: green. Hex color #F5FECE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5FECE is #0A0131. Grayscale: #F6F6F6. Windows color (decimal): -655666 or 13565685. OLE color: 13565685.

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

Color convert

RGB245254206-
CMYK0.0400.190.00
HSL71.25º96%90.2%-
HSV(B)71.25º18.9%99.61%-
XYZ84.2494.7572.24-
YUV245.84105.52127.4-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 34.75%
GREEN value IS 254 (99.61% from 255) = 36.03%
BLUE value IS 206 (80.86% from 255) = 29.22%
R=34.75%
G=36.03%
B=29.22%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2452542060.0400.190.0071.259690.2
HexF5FECE4013047605a
Octal36537631640230107140132
Binary1111010111111110110011101000100110100011111000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5FECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5FECE; }

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

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

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

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

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

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

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

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