#FCCDFA

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

Shades of Snuff #FCCDFA

Tints of Snuff #FCCDFA

Color information

#FCCDFA (or 0xFCCDFA) is unknown color: approx Snuff. HEX triplet: FC, CD and FA. RGB value is (252,205,250). Sum of RGB (Red+Green+Blue) = 252+205+250=707 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.64% from 707); Green value is 205 (80.47% from 255 or 29.00% from 707); Blue value is 250 (98.05% from 255 or 35.36% from 707); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCDFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCCDFA is #033205. Grayscale: #E0E0E0. Windows color (decimal): -209414 or 16436732. OLE color: 16436732.

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

Color convert

RGB252205250-
CMYK00.190.010.01
HSL302.55º88.68%89.61%-
HSV(B)302.55º18.65%98.82%-
XYZ79.2371.26100.02-
YUV224.18142.57147.84-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.64%
GREEN value IS 205 (80.47% from 255) = 29.00%
BLUE value IS 250 (98.05% from 255) = 35.36%
R=35.64%
G=29.00%
B=35.36%

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
Decimal25220525000.190.010.01302.5588.6889.61
HexFCCDFA0131112f595a
Octal37431537202311457131132
Binary1111110011001101111110100100111110010111110110011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCCDFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCCDFA; }

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

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

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

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

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

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

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

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