Html Css Color HEX #FCC9FC Snuff

📋 copy color: '#FCC9FC'

red 252 ◦ green 201 ◦ blue 252

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

Shades of Snuff #FCC9FC

Tints of Snuff #FCC9FC

RGB

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

 GREEN value IS 201 (78.91% from 255) = 28.51%

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

R = 35.74%
G = 28.51%
B = 35.74%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#FCC9FC (or 0xFCC9FC) is known color: Snuff. HEX triplet: FC, C9 and FC. RGB value is (252,201,252). Sum of RGB (Red+Green+Blue) = 252+201+252=705 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.74% from 705); Green value is 201 (78.91% from 255 or 28.51% from 705); Blue value is 252 (98.83% from 255 or 35.74% from 705); Max value from RGB is 252 - color contains mainly: red, blue. Hex color #FCC9FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCC9FC is #033603. Grayscale: #DDDDDD. Windows color (decimal): -210436 or 16566780. OLE color: 16566780.

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

Color convert

RGB 252 201 252 -
CMYK 0 0.20 0 0.01
HSL 300º 0.89% 0.89% -
HSV(B) 300º 0.2% 0.99% -
XYZ 78.6 69.5 101.37 -
YUV 222.06 144.9 149.35 -
System Red Green Blue C M Y K H S L
Decimal 252 201 252 0 0.20 0 0.01 300 0.89 0.89
Hex FC C9 FC 0 14 0 1 12C 59 59
Octal 374 311 374 0 24 0 1 454 131 131
Binary 11111100 11001001 11111100 0 10100 0 1 100101100 1011001 1011001

Color Harmonies of #FCC9FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC9FC

Black with #FCC9FC

Text Example


Text Example

White with #FCC9FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC9FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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