#FCC5FF

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

Shades of Snuff #FCC5FF

Tints of Snuff #FCC5FF

Color information

#FCC5FF (or 0xFCC5FF) is unknown color: approx Snuff. HEX triplet: FC, C5 and FF. RGB value is (252,197,255). Sum of RGB (Red+Green+Blue) = 252+197+255=704 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.80% from 704); Green value is 197 (77.34% from 255 or 27.98% from 704); Blue value is 255 (100% from 255 or 36.22% from 704); Max value from RGB is 255 - color contains mainly: blue. Hex color #FCC5FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCC5FF is #033A00. Grayscale: #DBDBDB. Windows color (decimal): -211457 or 16762364. OLE color: 16762364.

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

Color convert

RGB252197255-
CMYK0.010.2300
HSL296.9º100%88.63%-
HSV(B)296.9º22.75%100%-
XYZ78.1667.85103.58-
YUV220.06147.72150.78-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.80%
GREEN value IS 197 (77.34% from 255) = 27.98%
BLUE value IS 255 (100% from 255) = 36.22%
R=35.80%
G=27.98%
B=36.22%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2521972550.010.2300296.910088.63
HexFCC5FF117001296459
Octal37430537712700451144131
Binary1111110011000101111111111101110010010100111001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC5FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC5FF; }

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

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

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

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

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

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

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

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