Html Css Color HEX #FCC9F9 Snuff

📋 copy color: '#FCC9F9'

red 252 ◦ green 201 ◦ blue 249

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

Shades of Snuff #FCC9F9

Tints of Snuff #FCC9F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 35.47%

R = 35.9%
G = 28.63%
B = 35.47%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.01

 K value IS 0.01

RGB Variations

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

Color information

#FCC9F9 (or 0xFCC9F9) is known color: Snuff. HEX triplet: FC, C9 and F9. RGB value is (252,201,249). Sum of RGB (Red+Green+Blue) = 252+201+249=702 (92% of max value = 765). Red value is 252 (98.83% from 255 or 35.90% from 702); Green value is 201 (78.91% from 255 or 28.63% from 702); Blue value is 249 (97.66% from 255 or 35.47% from 702); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC9F9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCC9F9 is #033606. Grayscale: #DDDDDD. Windows color (decimal): -210439 or 16370172. OLE color: 16370172.

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

Color convert

RGB 252 201 249 -
CMYK 0 0.20 0.01 0.01
HSL 303.53º 0.89% 0.89% -
HSV(B) 303.53º 0.2% 0.99% -
XYZ 78.13 69.31 98.88 -
YUV 221.72 143.4 149.6 -
System Red Green Blue C M Y K H S L
Decimal 252 201 249 0 0.20 0.01 0.01 303.53 0.89 0.89
Hex FC C9 F9 0 14 1 1 130 59 59
Octal 374 311 371 0 24 1 1 460 131 131
Binary 11111100 11001001 11111001 0 10100 1 1 100110000 1011001 1011001

Color Harmonies of #FCC9F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC9F9

Black with #FCC9F9

Text Example


Text Example

White with #FCC9F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC9F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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