Html Css Color HEX #FCC5FE Snuff

📋 copy color: '#FCC5FE'

red 252 ◦ green 197 ◦ blue 254

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

Shades of Snuff #FCC5FE

Tints of Snuff #FCC5FE

RGB

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

 GREEN value IS 197 (77.34% from 255) = 28.02%

 BLUE value IS 254 (99.61% from 255) = 36.13%

R = 35.85%
G = 28.02%
B = 36.13%

CMYK

 C value IS 0.01

 M value IS 0.22

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#FCC5FE (or 0xFCC5FE) is known color: Snuff. HEX triplet: FC, C5 and FE. RGB value is (252,197,254). Sum of RGB (Red+Green+Blue) = 252+197+254=703 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.85% from 703); Green value is 197 (77.34% from 255 or 28.02% from 703); Blue value is 254 (99.61% from 255 or 36.13% from 703); Max value from RGB is 254 - color contains mainly: blue. Hex color #FCC5FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCC5FE is #033A01. Grayscale: #DBDBDB. Windows color (decimal): -211458 or 16696828. OLE color: 16696828.

HSL color Cylindrical-coordinate representation of color #FCC5FE: hue angle of 297.89º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FCC5FE is Cyan = 0.01, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 252 197 254 -
CMYK 0.01 0.22 0 0.00
HSL 297.89º 0.97% 0.88% -
HSV(B) 297.89º 0.22% 1% -
XYZ 78 67.78 102.74 -
YUV 219.94 147.22 150.87 -
System Red Green Blue C M Y K H S L
Decimal 252 197 254 0.01 0.22 0 0.00 297.89 0.97 0.88
Hex FC C5 FE 1 16 0 0 12A 61 58
Octal 374 305 376 1 26 0 0 452 141 130
Binary 11111100 11000101 11111110 1 10110 0 0 100101010 1100001 1011000

Color Harmonies of #FCC5FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC5FE

Black with #FCC5FE

Text Example


Text Example

White with #FCC5FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC5FE; }

 p { color: rgb(252,197,254); }

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

background-color css

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

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

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

border-color css

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

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

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