Html Css Color HEX #FCD6FA Snuff

📋 copy color: '#FCD6FA'

red 252 ◦ green 214 ◦ blue 250

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

Shades of Snuff #FCD6FA

Tints of Snuff #FCD6FA

RGB

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

 GREEN value IS 214 (83.98% from 255) = 29.89%

 BLUE value IS 250 (98.05% from 255) = 34.92%

R = 35.2%
G = 29.89%
B = 34.92%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.01

 K value IS 0.01

RGB Variations

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

Color information

#FCD6FA (or 0xFCD6FA) is known color: Snuff. HEX triplet: FC, D6 and FA. RGB value is (252,214,250). Sum of RGB (Red+Green+Blue) = 252+214+250=716 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.20% from 716); Green value is 214 (83.98% from 255 or 29.89% from 716); Blue value is 250 (98.05% from 255 or 34.92% from 716); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD6FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCD6FA is #032905. Grayscale: #E5E5E5. Windows color (decimal): -207110 or 16439036. OLE color: 16439036.

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

Color convert

RGB 252 214 250 -
CMYK 0 0.15 0.01 0.01
HSL 303.16º 0.86% 0.91% -
HSV(B) 303.16º 0.15% 0.99% -
XYZ 81.45 75.69 100.76 -
YUV 229.47 139.59 144.07 -
System Red Green Blue C M Y K H S L
Decimal 252 214 250 0 0.15 0.01 0.01 303.16 0.86 0.91
Hex FC D6 FA 0 F 1 1 12F 56 5B
Octal 374 326 372 0 17 1 1 457 126 133
Binary 11111100 11010110 11111010 0 1111 1 1 100101111 1010110 1011011

Color Harmonies of #FCD6FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD6FA

Black with #FCD6FA

Text Example


Text Example

White with #FCD6FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD6FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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