#FCD1FA

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

Shades of Snuff #FCD1FA

Tints of Snuff #FCD1FA

Color information

#FCD1FA (or 0xFCD1FA) is unknown color: approx Snuff. HEX triplet: FC, D1 and FA. RGB value is (252,209,250). Sum of RGB (Red+Green+Blue) = 252+209+250=711 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.44% from 711); Green value is 209 (82.03% from 255 or 29.40% from 711); Blue value is 250 (98.05% from 255 or 35.16% from 711); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD1FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCD1FA is #032E05. Grayscale: #E2E2E2. Windows color (decimal): -208390 or 16437756. OLE color: 16437756.

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

Color convert

RGB252209250-
CMYK00.170.010.01
HSL302.79º87.76%90.39%-
HSV(B)302.79º17.06%98.82%-
XYZ80.273.2100.34-
YUV226.53141.25146.17-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.44%
GREEN value IS 209 (82.03% from 255) = 29.40%
BLUE value IS 250 (98.05% from 255) = 35.16%
R=35.44%
G=29.40%
B=35.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.01
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25220925000.170.010.01302.7987.7690.39
HexFCD1FA0111112f585a
Octal37432137202111457130132
Binary1111110011010001111110100100011110010111110110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCD1FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCD1FA; }

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

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

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

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

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

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

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

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