#FCD4FC

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

Shades of Snuff #FCD4FC

Tints of Snuff #FCD4FC

Color information

#FCD4FC (or 0xFCD4FC) is unknown color: approx Snuff. HEX triplet: FC, D4 and FC. RGB value is (252,212,252). Sum of RGB (Red+Green+Blue) = 252+212+252=716 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.20% from 716); Green value is 212 (83.20% from 255 or 29.61% from 716); Blue value is 252 (98.83% from 255 or 35.20% from 716); Max value from RGB is 252 - color contains mainly: red, blue. Hex color #FCD4FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCD4FC is #032B03. Grayscale: #E4E4E4. Windows color (decimal): -207620 or 16569596. OLE color: 16569596.

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

Color convert

RGB252212252-
CMYK00.1600.01
HSL300º86.96%90.98%-
HSV(B)300º15.87%98.82%-
XYZ81.2674.81102.25-
YUV228.52141.25144.75-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.20%
GREEN value IS 212 (83.20% from 255) = 29.61%
BLUE value IS 252 (98.83% from 255) = 35.20%
R=35.20%
G=29.61%
B=35.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25221225200.1600.0130086.9690.98
HexFCD4FC0100112c575b
Octal37432437402001454127133
Binary1111110011010100111111000100000110010110010101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCD4FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCD4FC; }

 p { color: rgb(252,212,252); }

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

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

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

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

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

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

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