#FCCDFF

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

Shades of Snuff #FCCDFF

Tints of Snuff #FCCDFF

Color information

#FCCDFF (or 0xFCCDFF) is unknown color: approx Snuff. HEX triplet: FC, CD and FF. RGB value is (252,205,255). Sum of RGB (Red+Green+Blue) = 252+205+255=712 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.39% from 712); Green value is 205 (80.47% from 255 or 28.79% from 712); Blue value is 255 (100% from 255 or 35.81% from 712); Max value from RGB is 255 - color contains mainly: blue. Hex color #FCCDFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCCDFF is #033200. Grayscale: #E0E0E0. Windows color (decimal): -209409 or 16764412. OLE color: 16764412.

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

Color convert

RGB252205255-
CMYK0.010.2000
HSL296.4º100%90.2%-
HSV(B)296.4º19.61%100%-
XYZ80.0371.58104.21-
YUV224.75145.07147.43-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.39%
GREEN value IS 205 (80.47% from 255) = 28.79%
BLUE value IS 255 (100% from 255) = 35.81%
R=35.39%
G=28.79%
B=35.81%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2522052550.010.2000296.410090.2
HexFCCDFF11400128645a
Octal37431537712400450144132
Binary1111110011001101111111111101000010010100011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCCDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCCDFF; }

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

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

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

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

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

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

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

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