#FCC7FD

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

Shades of Snuff #FCC7FD

Tints of Snuff #FCC7FD

Color information

#FCC7FD (or 0xFCC7FD) is unknown color: approx Snuff. HEX triplet: FC, C7 and FD. RGB value is (252,199,253). Sum of RGB (Red+Green+Blue) = 252+199+253=704 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.80% from 704); Green value is 199 (78.12% from 255 or 28.27% from 704); Blue value is 253 (99.22% from 255 or 35.94% from 704); Max value from RGB is 253 - color contains mainly: blue. Hex color #FCC7FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCC7FD is #033802. Grayscale: #DCDCDC. Windows color (decimal): -210947 or 16631804. OLE color: 16631804.

HSL color Cylindrical-coordinate representation of color #FCC7FD: hue angle of 298.89º 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 #FCC7FD is Cyan = 0.00, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB252199253-
CMYK0.000.2100.01
HSL298.89º93.1%88.63%-
HSV(B)298.89º21.34%99.22%-
XYZ78.368.63102.05-
YUV221146.06150.11-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.80%
GREEN value IS 199 (78.12% from 255) = 28.27%
BLUE value IS 253 (99.22% from 255) = 35.94%
R=35.80%
G=28.27%
B=35.94%

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
Decimal2521992530.000.2100.01298.8993.188.63
HexFCC7FD0150112b5d59
Octal37430737502501453135131
Binary1111110011000111111111010101010110010101110111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC7FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC7FD; }

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

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

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

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

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

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

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

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