Html Css Color HEX #FCC9FB Snuff

📋 copy color: '#FCC9FB'

red 252 ◦ green 201 ◦ blue 251

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

Shades of Snuff #FCC9FB

Tints of Snuff #FCC9FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 35.65%

R = 35.8%
G = 28.55%
B = 35.65%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.00

 K value IS 0.01

RGB Variations

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

Color information

#FCC9FB (or 0xFCC9FB) is known color: Snuff. HEX triplet: FC, C9 and FB. RGB value is (252,201,251). Sum of RGB (Red+Green+Blue) = 252+201+251=704 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.80% from 704); Green value is 201 (78.91% from 255 or 28.55% from 704); Blue value is 251 (98.44% from 255 or 35.65% from 704); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC9FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCC9FB is #033604. Grayscale: #DDDDDD. Windows color (decimal): -210437 or 16501244. OLE color: 16501244.

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

Color convert

RGB 252 201 251 -
CMYK 0 0.20 0.00 0.01
HSL 301.18º 0.89% 0.89% -
HSV(B) 301.18º 0.2% 0.99% -
XYZ 78.44 69.43 100.53 -
YUV 221.95 144.4 149.43 -
System Red Green Blue C M Y K H S L
Decimal 252 201 251 0 0.20 0.00 0.01 301.18 0.89 0.89
Hex FC C9 FB 0 14 0 1 12D 59 59
Octal 374 311 373 0 24 0 1 455 131 131
Binary 11111100 11001001 11111011 0 10100 0 1 100101101 1011001 1011001

Color Harmonies of #FCC9FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC9FB

Black with #FCC9FB

Text Example


Text Example

White with #FCC9FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC9FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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