#F5FACE

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

Shades of Carla #F5FACE

Tints of Carla #F5FACE

Color information

#F5FACE (or 0xF5FACE) is unknown color: approx Carla. HEX triplet: F5, FA and CE. RGB value is (245,250,206). Sum of RGB (Red+Green+Blue) = 245+250+206=701 (92% of max value = 765). Red value is 245 (96.09% from 255 or 34.95% from 701); Green value is 250 (98.05% from 255 or 35.66% from 701); Blue value is 206 (80.86% from 255 or 29.39% from 701); Max value from RGB is 250 - color contains mainly: green. Hex color #F5FACE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5FACE is #0A0531. Grayscale: #F3F3F3. Windows color (decimal): -656690 or 13564661. OLE color: 13564661.

HSL color Cylindrical-coordinate representation of color #F5FACE: hue angle of 66.82º degrees, saturation: 0.81, 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 #F5FACE is Cyan = 0.02, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB245250206-
CMYK0.0200.180.02
HSL66.82º81.48%89.41%-
HSV(B)66.82º17.6%98.04%-
XYZ82.9892.2471.82-
YUV243.49106.84129.08-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 34.95%
GREEN value IS 250 (98.05% from 255) = 35.66%
BLUE value IS 206 (80.86% from 255) = 29.39%
R=34.95%
G=35.66%
B=29.39%

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
Decimal2452502060.0200.180.0266.8281.4889.41
HexF5FACE20122435159
Octal36537231620222103121131
Binary1111010111111010110011101001001010100001110100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5FACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5FACE; }

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

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

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

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

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

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

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

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