#FCC8FD

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

Shades of Snuff #FCC8FD

Tints of Snuff #FCC8FD

Color information

#FCC8FD (or 0xFCC8FD) is unknown color: approx Snuff. HEX triplet: FC, C8 and FD. RGB value is (252,200,253). Sum of RGB (Red+Green+Blue) = 252+200+253=705 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.74% from 705); Green value is 200 (78.52% from 255 or 28.37% from 705); Blue value is 253 (99.22% from 255 or 35.89% from 705); Max value from RGB is 253 - color contains mainly: blue. Hex color #FCC8FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCC8FD is #033702. Grayscale: #DDDDDD. Windows color (decimal): -210691 or 16632060. OLE color: 16632060.

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

Color convert

RGB252200253-
CMYK0.000.2100.01
HSL298.87º92.98%88.82%-
HSV(B)298.87º20.95%99.22%-
XYZ78.5369.1102.13-
YUV221.59145.73149.69-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.74%
GREEN value IS 200 (78.52% from 255) = 28.37%
BLUE value IS 253 (99.22% from 255) = 35.89%
R=35.74%
G=28.37%
B=35.89%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2522002530.000.2100.01298.8792.9888.82
HexFCC8FD0150112b5d59
Octal37431037502501453135131
Binary1111110011001000111111010101010110010101110111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC8FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC8FD; }

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

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

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

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

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

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

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

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