Html Css Color HEX #FCC6FF Snuff

📋 copy color: '#FCC6FF'

red 252 ◦ green 198 ◦ blue 255

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

Shades of Snuff #FCC6FF

Tints of Snuff #FCC6FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 36.17%

R = 35.74%
G = 28.09%
B = 36.17%

CMYK

 C value IS 0.01

 M value IS 0.22

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FCC6FF (or 0xFCC6FF) is known color: Snuff. HEX triplet: FC, C6 and FF. RGB value is (252,198,255). Sum of RGB (Red+Green+Blue) = 252+198+255=705 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.74% from 705); Green value is 198 (77.73% from 255 or 28.09% from 705); Blue value is 255 (100% from 255 or 36.17% from 705); Max value from RGB is 255 - color contains mainly: blue. Hex color #FCC6FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCC6FF is #033900. Grayscale: #DCDCDC. Windows color (decimal): -211201 or 16762620. OLE color: 16762620.

HSL color Cylindrical-coordinate representation of color #FCC6FF: hue angle of 296.84º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FCC6FF is Cyan = 0.01, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 252 198 255 -
CMYK 0.01 0.22 0 0
HSL 296.84º 1% 0.89% -
HSV(B) 296.84º 0.22% 1% -
XYZ 78.39 68.3 103.66 -
YUV 220.64 147.39 150.37 -
System Red Green Blue C M Y K H S L
Decimal 252 198 255 0.01 0.22 0 0 296.84 1 0.89
Hex FC C6 FF 1 16 0 0 129 64 59
Octal 374 306 377 1 26 0 0 451 144 131
Binary 11111100 11000110 11111111 1 10110 0 0 100101001 1100100 1011001

Color Harmonies of #FCC6FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC6FF

Black with #FCC6FF

Text Example


Text Example

White with #FCC6FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC6FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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