Html Css Color HEX #FCC5FF Snuff

📋 copy color: '#FCC5FF'

red 252 ◦ green 197 ◦ blue 255

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

Shades of Snuff #FCC5FF

Tints of Snuff #FCC5FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 36.22%

R = 35.8%
G = 27.98%
B = 36.22%

CMYK

 C value IS 0.01

 M value IS 0.23

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FCC5FF (or 0xFCC5FF) is known color: Snuff. HEX triplet: FC, C5 and FF. RGB value is (252,197,255). Sum of RGB (Red+Green+Blue) = 252+197+255=704 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.80% from 704); Green value is 197 (77.34% from 255 or 27.98% from 704); Blue value is 255 (100% from 255 or 36.22% from 704); Max value from RGB is 255 - color contains mainly: blue. Hex color #FCC5FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCC5FF is #033A00. Grayscale: #DBDBDB. Windows color (decimal): -211457 or 16762364. OLE color: 16762364.

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

Color convert

RGB 252 197 255 -
CMYK 0.01 0.23 0 0
HSL 296.9º 1% 0.89% -
HSV(B) 296.9º 0.23% 1% -
XYZ 78.16 67.85 103.58 -
YUV 220.06 147.72 150.78 -
System Red Green Blue C M Y K H S L
Decimal 252 197 255 0.01 0.23 0 0 296.9 1 0.89
Hex FC C5 FF 1 17 0 0 129 64 59
Octal 374 305 377 1 27 0 0 451 144 131
Binary 11111100 11000101 11111111 1 10111 0 0 100101001 1100100 1011001

Color Harmonies of #FCC5FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC5FF

Black with #FCC5FF

Text Example


Text Example

White with #FCC5FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC5FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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