#FCC2FD

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

Shades of Snuff #FCC2FD

Tints of Snuff #FCC2FD

Color information

#FCC2FD (or 0xFCC2FD) is unknown color: approx Snuff. HEX triplet: FC, C2 and FD. RGB value is (252,194,253). Sum of RGB (Red+Green+Blue) = 252+194+253=699 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.05% from 699); Green value is 194 (76.17% from 255 or 27.75% from 699); Blue value is 253 (99.22% from 255 or 36.19% from 699); Max value from RGB is 253 - color contains mainly: blue. Hex color #FCC2FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCC2FD is #033D02. Grayscale: #D9D9D9. Windows color (decimal): -212227 or 16630524. OLE color: 16630524.

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

Color convert

RGB252194253-
CMYK0.000.2300.01
HSL298.98º93.65%87.65%-
HSV(B)298.98º23.32%99.22%-
XYZ77.1766.37101.67-
YUV218.07147.72152.2-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.05%
GREEN value IS 194 (76.17% from 255) = 27.75%
BLUE value IS 253 (99.22% from 255) = 36.19%
R=36.05%
G=27.75%
B=36.19%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521942530.000.2300.01298.9893.6587.65
HexFCC2FD0170112b5e58
Octal37430237502701453136130
Binary1111110011000010111111010101110110010101110111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC2FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC2FD; }

 p { color: rgb(252,194,253); }

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

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

 a { background-color: rgb(252,194,253); }

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

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

 span { border-color: rgb(252,194,253); }

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