Html Css Color HEX #FCC6FE Snuff

📋 copy color: '#FCC6FE'

red 252 ◦ green 198 ◦ blue 254

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

Shades of Snuff #FCC6FE

Tints of Snuff #FCC6FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 36.08%

R = 35.8%
G = 28.13%
B = 36.08%

CMYK

 C value IS 0.01

 M value IS 0.22

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#FCC6FE (or 0xFCC6FE) is known color: Snuff. HEX triplet: FC, C6 and FE. RGB value is (252,198,254). Sum of RGB (Red+Green+Blue) = 252+198+254=704 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.80% from 704); Green value is 198 (77.73% from 255 or 28.12% from 704); Blue value is 254 (99.61% from 255 or 36.08% from 704); Max value from RGB is 254 - color contains mainly: blue. Hex color #FCC6FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCC6FE is #033901. Grayscale: #DCDCDC. Windows color (decimal): -211202 or 16697084. OLE color: 16697084.

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

Color convert

RGB 252 198 254 -
CMYK 0.01 0.22 0 0.00
HSL 297.86º 0.97% 0.89% -
HSV(B) 297.86º 0.22% 1% -
XYZ 78.23 68.24 102.81 -
YUV 220.53 146.89 150.45 -
System Red Green Blue C M Y K H S L
Decimal 252 198 254 0.01 0.22 0 0.00 297.86 0.97 0.89
Hex FC C6 FE 1 16 0 0 12A 61 59
Octal 374 306 376 1 26 0 0 452 141 131
Binary 11111100 11000110 11111110 1 10110 0 0 100101010 1100001 1011001

Color Harmonies of #FCC6FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC6FE

Black with #FCC6FE

Text Example


Text Example

White with #FCC6FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC6FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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