Html Css Color HEX #FCD6FB Snuff

📋 copy color: '#FCD6FB'

red 252 ◦ green 214 ◦ blue 251

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

Shades of Snuff #FCD6FB

Tints of Snuff #FCD6FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 35.01%

R = 35.15%
G = 29.85%
B = 35.01%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.00

 K value IS 0.01

RGB Variations

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

Color information

#FCD6FB (or 0xFCD6FB) is known color: Snuff. HEX triplet: FC, D6 and FB. RGB value is (252,214,251). Sum of RGB (Red+Green+Blue) = 252+214+251=717 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.15% from 717); Green value is 214 (83.98% from 255 or 29.85% from 717); Blue value is 251 (98.44% from 255 or 35.01% from 717); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD6FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCD6FB is #032904. Grayscale: #E5E5E5. Windows color (decimal): -207109 or 16504572. OLE color: 16504572.

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

Color convert

RGB 252 214 251 -
CMYK 0 0.15 0.00 0.01
HSL 301.58º 0.86% 0.91% -
HSV(B) 301.58º 0.15% 0.99% -
XYZ 81.6 75.75 101.59 -
YUV 229.58 140.09 143.99 -
System Red Green Blue C M Y K H S L
Decimal 252 214 251 0 0.15 0.00 0.01 301.58 0.86 0.91
Hex FC D6 FB 0 F 0 1 12E 56 5B
Octal 374 326 373 0 17 0 1 456 126 133
Binary 11111100 11010110 11111011 0 1111 0 1 100101110 1010110 1011011

Color Harmonies of #FCD6FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD6FB

Black with #FCD6FB

Text Example


Text Example

White with #FCD6FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD6FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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