Html Css Color HEX #FCC9F8 Snuff

📋 copy color: '#FCC9F8'

red 252 ◦ green 201 ◦ blue 248

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

Shades of Snuff #FCC9F8

Tints of Snuff #FCC9F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 35.38%

R = 35.95%
G = 28.67%
B = 35.38%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.02

 K value IS 0.01

RGB Variations

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

Color information

#FCC9F8 (or 0xFCC9F8) is known color: Snuff. HEX triplet: FC, C9 and F8. RGB value is (252,201,248). Sum of RGB (Red+Green+Blue) = 252+201+248=701 (92% of max value = 765). Red value is 252 (98.83% from 255 or 35.95% from 701); Green value is 201 (78.91% from 255 or 28.67% from 701); Blue value is 248 (97.27% from 255 or 35.38% from 701); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC9F8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCC9F8 is #033607. Grayscale: #DDDDDD. Windows color (decimal): -210440 or 16304636. OLE color: 16304636.

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

Color convert

RGB 252 201 248 -
CMYK 0 0.20 0.02 0.01
HSL 304.71º 0.89% 0.89% -
HSV(B) 304.71º 0.2% 0.99% -
XYZ 77.97 69.25 98.06 -
YUV 221.61 142.9 149.68 -
System Red Green Blue C M Y K H S L
Decimal 252 201 248 0 0.20 0.02 0.01 304.71 0.89 0.89
Hex FC C9 F8 0 14 2 1 131 59 59
Octal 374 311 370 0 24 2 1 461 131 131
Binary 11111100 11001001 11111000 0 10100 10 1 100110001 1011001 1011001

Color Harmonies of #FCC9F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC9F8

Black with #FCC9F8

Text Example


Text Example

White with #FCC9F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC9F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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