Html Css Color HEX #FCC8F9 Snuff

📋 copy color: '#FCC8F9'

red 252 ◦ green 200 ◦ blue 249

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

Shades of Snuff #FCC8F9

Tints of Snuff #FCC8F9

RGB

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

 GREEN value IS 200 (78.52% from 255) = 28.53%

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

R = 35.95%
G = 28.53%
B = 35.52%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.01

 K value IS 0.01

RGB Variations

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

Color information

#FCC8F9 (or 0xFCC8F9) is known color: Snuff. HEX triplet: FC, C8 and F9. RGB value is (252,200,249). Sum of RGB (Red+Green+Blue) = 252+200+249=701 (92% of max value = 765). Red value is 252 (98.83% from 255 or 35.95% from 701); Green value is 200 (78.52% from 255 or 28.53% from 701); Blue value is 249 (97.66% from 255 or 35.52% from 701); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC8F9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCC8F9 is #033706. Grayscale: #DCDCDC. Windows color (decimal): -210695 or 16369916. OLE color: 16369916.

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

Color convert

RGB 252 200 249 -
CMYK 0 0.21 0.01 0.01
HSL 303.46º 0.9% 0.89% -
HSV(B) 303.46º 0.21% 0.99% -
XYZ 77.9 68.84 98.8 -
YUV 221.13 143.73 150.02 -
System Red Green Blue C M Y K H S L
Decimal 252 200 249 0 0.21 0.01 0.01 303.46 0.9 0.89
Hex FC C8 F9 0 15 1 1 12F 5A 59
Octal 374 310 371 0 25 1 1 457 132 131
Binary 11111100 11001000 11111001 0 10101 1 1 100101111 1011010 1011001

Color Harmonies of #FCC8F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC8F9

Black with #FCC8F9

Text Example


Text Example

White with #FCC8F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC8F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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