Html Css Color HEX #FCD6F8 Snuff

📋 copy color: '#FCD6F8'

red 252 ◦ green 214 ◦ blue 248

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

Shades of Snuff #FCD6F8

Tints of Snuff #FCD6F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 34.73%

R = 35.29%
G = 29.97%
B = 34.73%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.02

 K value IS 0.01

RGB Variations

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

Color information

#FCD6F8 (or 0xFCD6F8) is known color: Snuff. HEX triplet: FC, D6 and F8. RGB value is (252,214,248). Sum of RGB (Red+Green+Blue) = 252+214+248=714 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.29% from 714); Green value is 214 (83.98% from 255 or 29.97% from 714); Blue value is 248 (97.27% from 255 or 34.73% from 714); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD6F8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCD6F8 is #032907. Grayscale: #E5E5E5. Windows color (decimal): -207112 or 16307964. OLE color: 16307964.

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

Color convert

RGB 252 214 248 -
CMYK 0 0.15 0.02 0.01
HSL 306.32º 0.86% 0.91% -
HSV(B) 306.32º 0.15% 0.99% -
XYZ 81.13 75.57 99.12 -
YUV 229.24 138.59 144.24 -
System Red Green Blue C M Y K H S L
Decimal 252 214 248 0 0.15 0.02 0.01 306.32 0.86 0.91
Hex FC D6 F8 0 F 2 1 132 56 5B
Octal 374 326 370 0 17 2 1 462 126 133
Binary 11111100 11010110 11111000 0 1111 10 1 100110010 1010110 1011011

Color Harmonies of #FCD6F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD6F8

Black with #FCD6F8

Text Example


Text Example

White with #FCD6F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD6F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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