Html Css Color HEX #FCC6FC Snuff

📋 copy color: '#FCC6FC'

red 252 ◦ green 198 ◦ blue 252

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

Shades of Snuff #FCC6FC

Tints of Snuff #FCC6FC

RGB

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

 GREEN value IS 198 (77.73% from 255) = 28.21%

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

R = 35.9%
G = 28.21%
B = 35.9%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#FCC6FC (or 0xFCC6FC) is known color: Snuff. HEX triplet: FC, C6 and FC. RGB value is (252,198,252). Sum of RGB (Red+Green+Blue) = 252+198+252=702 (92% of max value = 765). Red value is 252 (98.83% from 255 or 35.90% from 702); Green value is 198 (77.73% from 255 or 28.21% from 702); Blue value is 252 (98.83% from 255 or 35.90% from 702); Max value from RGB is 252 - color contains mainly: red, blue. Hex color #FCC6FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCC6FC is #033903. Grayscale: #DCDCDC. Windows color (decimal): -211204 or 16566012. OLE color: 16566012.

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

Color convert

RGB 252 198 252 -
CMYK 0 0.21 0 0.01
HSL 300º 0.9% 0.88% -
HSV(B) 300º 0.21% 0.99% -
XYZ 77.91 68.11 101.14 -
YUV 220.3 145.89 150.61 -
System Red Green Blue C M Y K H S L
Decimal 252 198 252 0 0.21 0 0.01 300 0.9 0.88
Hex FC C6 FC 0 15 0 1 12C 5A 58
Octal 374 306 374 0 25 0 1 454 132 130
Binary 11111100 11000110 11111100 0 10101 0 1 100101100 1011010 1011000

Color Harmonies of #FCC6FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC6FC

Black with #FCC6FC

Text Example


Text Example

White with #FCC6FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC6FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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