#F6FACE

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

Shades of Carla #F6FACE

Tints of Carla #F6FACE

Color information

#F6FACE (or 0xF6FACE) is unknown color: approx Carla. HEX triplet: F6, FA and CE. RGB value is (246,250,206). Sum of RGB (Red+Green+Blue) = 246+250+206=702 (92% of max value = 765). Red value is 246 (96.48% from 255 or 35.04% from 702); Green value is 250 (98.05% from 255 or 35.61% from 702); Blue value is 206 (80.86% from 255 or 29.34% from 702); Max value from RGB is 250 - color contains mainly: green. Hex color #F6FACE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F6FACE is #090531. Grayscale: #F3F3F3. Windows color (decimal): -591154 or 13564662. OLE color: 13564662.

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

Color convert

RGB246250206-
CMYK0.0200.180.02
HSL65.45º81.48%89.41%-
HSV(B)65.45º17.6%98.04%-
XYZ83.3392.4271.84-
YUV243.79106.67129.58-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 35.04%
GREEN value IS 250 (98.05% from 255) = 35.61%
BLUE value IS 206 (80.86% from 255) = 29.34%
R=35.04%
G=35.61%
B=29.34%

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
Decimal2462502060.0200.180.0265.4581.4889.41
HexF6FACE20122415159
Octal36637231620222101121131
Binary1111011011111010110011101001001010100000110100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6FACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6FACE; }

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

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

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

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

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

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

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

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