#FCCCFA

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

Shades of Snuff #FCCCFA

Tints of Snuff #FCCCFA

Color information

#FCCCFA (or 0xFCCCFA) is unknown color: approx Snuff. HEX triplet: FC, CC and FA. RGB value is (252,204,250). Sum of RGB (Red+Green+Blue) = 252+204+250=706 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.69% from 706); Green value is 204 (80.08% from 255 or 28.90% from 706); Blue value is 250 (98.05% from 255 or 35.41% from 706); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCCFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCCCFA is #033305. Grayscale: #DFDFDF. Windows color (decimal): -209670 or 16436476. OLE color: 16436476.

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

Color convert

RGB252204250-
CMYK00.190.010.01
HSL302.5º88.89%89.41%-
HSV(B)302.5º19.05%98.82%-
XYZ78.9970.7899.94-
YUV223.6142.9148.26-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.69%
GREEN value IS 204 (80.08% from 255) = 28.90%
BLUE value IS 250 (98.05% from 255) = 35.41%
R=35.69%
G=28.90%
B=35.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.01
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25220425000.190.010.01302.588.8989.41
HexFCCCFA0131112e5959
Octal37431437202311456131131
Binary1111110011001100111110100100111110010111010110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCCCFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCCCFA; }

 p { color: rgb(252,204,250); }

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

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

 a { background-color: rgb(252,204,250); }

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

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

 span { border-color: rgb(252,204,250); }

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