#FAFECE

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

Shades of Carla #FAFECE

Tints of Carla #FAFECE

Color information

#FAFECE (or 0xFAFECE) is unknown color: approx Carla. HEX triplet: FA, FE and CE. RGB value is (250,254,206). Sum of RGB (Red+Green+Blue) = 250+254+206=710 (94% of max value = 765). Red value is 250 (98.05% from 255 or 35.21% from 710); Green value is 254 (99.61% from 255 or 35.77% from 710); Blue value is 206 (80.86% from 255 or 29.01% from 710); Max value from RGB is 254 - color contains mainly: green. Hex color #FAFECE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAFECE is #050131. Grayscale: #F7F7F7. Windows color (decimal): -327986 or 13565690. OLE color: 13565690.

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

Color convert

RGB250254206-
CMYK0.0200.190.00
HSL65º96%90.2%-
HSV(B)65º18.9%99.61%-
XYZ86.0195.6672.32-
YUV247.33104.67129.9-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.21%
GREEN value IS 254 (99.61% from 255) = 35.77%
BLUE value IS 206 (80.86% from 255) = 29.01%
R=35.21%
G=35.77%
B=29.01%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2502542060.0200.190.00659690.2
HexFAFECE2013041605a
Octal37237631620230101140132
Binary111110101111111011001110100100110100000111000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAFECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAFECE; }

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

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

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

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

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

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

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

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