#FAFECD

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

Shades of Carla #FAFECD

Tints of Carla #FAFECD

Color information

#FAFECD (or 0xFAFECD) is unknown color: approx Carla. HEX triplet: FA, FE and CD. RGB value is (250,254,205). Sum of RGB (Red+Green+Blue) = 250+254+205=709 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.26% from 709); Green value is 254 (99.61% from 255 or 35.83% from 709); Blue value is 205 (80.47% from 255 or 28.91% from 709); Max value from RGB is 254 - color contains mainly: green. Hex color #FAFECD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAFECD is #050132. Grayscale: #F7F7F7. Windows color (decimal): -327987 or 13500154. OLE color: 13500154.

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

Color convert

RGB250254205-
CMYK0.0200.190.00
HSL64.9º96.08%90%-
HSV(B)64.9º19.29%99.61%-
XYZ85.8995.6271.69-
YUV247.22104.17129.98-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.26%
GREEN value IS 254 (99.61% from 255) = 35.83%
BLUE value IS 205 (80.47% from 255) = 28.91%
R=35.26%
G=35.83%
B=28.91%

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
Decimal2502542050.0200.190.0064.996.0890
HexFAFECD2013041605a
Octal37237631520230101140132
Binary111110101111111011001101100100110100000111000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAFECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAFECD; }

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

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

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

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

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

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

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

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