Html Css Color HEX #FCD2FC Snuff

📋 copy color: '#FCD2FC'

red 252 ◦ green 210 ◦ blue 252

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

Shades of Snuff #FCD2FC

Tints of Snuff #FCD2FC

RGB

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

 GREEN value IS 210 (82.42% from 255) = 29.41%

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

R = 35.29%
G = 29.41%
B = 35.29%

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

#FCD2FC (or 0xFCD2FC) is known color: Snuff. HEX triplet: FC, D2 and FC. RGB value is (252,210,252). Sum of RGB (Red+Green+Blue) = 252+210+252=714 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.29% from 714); Green value is 210 (82.42% from 255 or 29.41% from 714); Blue value is 252 (98.83% from 255 or 35.29% from 714); Max value from RGB is 252 - color contains mainly: red, blue. Hex color #FCD2FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCD2FC is #032D03. Grayscale: #E3E3E3. Windows color (decimal): -208132 or 16569084. OLE color: 16569084.

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

Color convert

RGB 252 210 252 -
CMYK 0 0.17 0 0.01
HSL 300º 0.88% 0.91% -
HSV(B) 300º 0.17% 0.99% -
XYZ 80.76 73.82 102.09 -
YUV 227.35 141.91 145.58 -
System Red Green Blue C M Y K H S L
Decimal 252 210 252 0 0.17 0 0.01 300 0.88 0.91
Hex FC D2 FC 0 11 0 1 12C 58 5B
Octal 374 322 374 0 21 0 1 454 130 133
Binary 11111100 11010010 11111100 0 10001 0 1 100101100 1011000 1011011

Color Harmonies of #FCD2FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD2FC

Black with #FCD2FC

Text Example


Text Example

White with #FCD2FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD2FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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