Html Css Color HEX #FCD1FC Snuff

📋 copy color: '#FCD1FC'

red 252 ◦ green 209 ◦ blue 252

#FCD1FC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Snuff #FCD1FC

Tints of Snuff #FCD1FC

RGB

 RED value IS 252 (98.83% from 255) = 35.34%

 GREEN value IS 209 (82.03% from 255) = 29.31%

 BLUE value IS 252 (98.83% from 255) = 35.34%

R = 35.34%
G = 29.31%
B = 35.34%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#FCD1FC (or 0xFCD1FC) is known color: Snuff. HEX triplet: FC, D1 and FC. RGB value is (252,209,252). Sum of RGB (Red+Green+Blue) = 252+209+252=713 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.34% from 713); Green value is 209 (82.03% from 255 or 29.31% from 713); Blue value is 252 (98.83% from 255 or 35.34% from 713); Max value from RGB is 252 - color contains mainly: red, blue. Hex color #FCD1FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCD1FC is #032E03. Grayscale: #E2E2E2. Windows color (decimal): -208388 or 16568828. OLE color: 16568828.

HSL color Cylindrical-coordinate representation of color #FCD1FC: hue angle of 300º 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 #FCD1FC is Cyan = 0, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 209 252 -
CMYK 0 0.17 0 0.01
HSL 300º 0.88% 0.9% -
HSV(B) 300º 0.17% 0.99% -
XYZ 80.52 73.32 102 -
YUV 226.76 142.25 146 -
System Red Green Blue C M Y K H S L
Decimal 252 209 252 0 0.17 0 0.01 300 0.88 0.9
Hex FC D1 FC 0 11 0 1 12C 58 5A
Octal 374 321 374 0 21 0 1 454 130 132
Binary 11111100 11010001 11111100 0 10001 0 1 100101100 1011000 1011010

Color Harmonies of #FCD1FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD1FC

Black with #FCD1FC

Text Example


Text Example

White with #FCD1FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD1FC; }

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

 H1.HeaderClassName
 {
   color: #FCD1FC;
 }
 .AnyTagClassName
 {
   color: #FCD1FC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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