#FAFEC9

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

Shades of Carla #FAFEC9

Tints of Carla #FAFEC9

Color information

#FAFEC9 (or 0xFAFEC9) is unknown color: approx Carla. HEX triplet: FA, FE and C9. RGB value is (250,254,201). Sum of RGB (Red+Green+Blue) = 250+254+201=705 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.46% from 705); Green value is 254 (99.61% from 255 or 36.03% from 705); Blue value is 201 (78.91% from 255 or 28.51% from 705); Max value from RGB is 254 - color contains mainly: green. Hex color #FAFEC9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAFEC9 is #050136. Grayscale: #F6F6F6. Windows color (decimal): -327991 or 13238010. OLE color: 13238010.

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

Color convert

RGB250254201-
CMYK0.0200.210.00
HSL64.53º96.36%89.22%-
HSV(B)64.53º20.87%99.61%-
XYZ85.4195.4269.18-
YUV246.76102.17130.31-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.46%
GREEN value IS 254 (99.61% from 255) = 36.03%
BLUE value IS 201 (78.91% from 255) = 28.51%
R=35.46%
G=36.03%
B=28.51%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2502542010.0200.210.0064.5396.3689.22
HexFAFEC920150416059
Octal37237631120250101140131
Binary111110101111111011001001100101010100000111000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAFEC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAFEC9; }

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

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

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

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

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

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

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

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