#FCFFC6

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

Shades of Carla #FCFFC6

Tints of Carla #FCFFC6

Color information

#FCFFC6 (or 0xFCFFC6) is unknown color: approx Carla. HEX triplet: FC, FF and C6. RGB value is (252,255,198). Sum of RGB (Red+Green+Blue) = 252+255+198=705 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.74% from 705); Green value is 255 (100% from 255 or 36.17% from 705); Blue value is 198 (77.73% from 255 or 28.09% from 705); Max value from RGB is 255 - color contains mainly: green. Hex color #FCFFC6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFFC6 is #030039. Grayscale: #F7F7F7. Windows color (decimal): -196666 or 13041660. OLE color: 13041660.

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

Color convert

RGB252255198-
CMYK0.0100.220
HSL63.16º100%88.82%-
HSV(B)63.16º22.35%100%-
XYZ86.196.2967.47-
YUV247.6100.01131.13-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.74%
GREEN value IS 255 (100% from 255) = 36.17%
BLUE value IS 198 (77.73% from 255) = 28.09%
R=35.74%
G=36.17%
B=28.09%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2522551980.0100.22063.1610088.82
HexFCFFC6101603f6459
Octal3743773061026077144131
Binary1111110011111111110001101010110011111111001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFFC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFFC6; }

 p { color: rgb(252,255,198); }

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

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

 a { background-color: rgb(252,255,198); }

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

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

 span { border-color: rgb(252,255,198); }

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