#FAFEC6

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

Shades of Carla #FAFEC6

Tints of Carla #FAFEC6

Color information

#FAFEC6 (or 0xFAFEC6) is unknown color: approx Carla. HEX triplet: FA, FE and C6. RGB value is (250,254,198). Sum of RGB (Red+Green+Blue) = 250+254+198=702 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.61% from 702); Green value is 254 (99.61% from 255 or 36.18% from 702); Blue value is 198 (77.73% from 255 or 28.21% from 702); Max value from RGB is 254 - color contains mainly: green. Hex color #FAFEC6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAFEC6 is #050139. Grayscale: #F6F6F6. Windows color (decimal): -327994 or 13041402. OLE color: 13041402.

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

Color convert

RGB250254198-
CMYK0.0200.220.00
HSL64.29º96.55%88.63%-
HSV(B)64.29º22.05%99.61%-
XYZ85.0695.2867.33-
YUV246.42100.67130.55-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.61%
GREEN value IS 254 (99.61% from 255) = 36.18%
BLUE value IS 198 (77.73% from 255) = 28.21%
R=35.61%
G=36.18%
B=28.21%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2502541980.0200.220.0064.2996.5588.63
HexFAFEC620160406159
Octal37237630620260100141131
Binary111110101111111011000110100101100100000011000011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAFEC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAFEC6; }

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

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

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

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

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

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

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

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