Html Css Color HEX #FCC4FE Snuff

📋 copy color: '#FCC4FE'

red 252 ◦ green 196 ◦ blue 254

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

Shades of Snuff #FCC4FE

Tints of Snuff #FCC4FE

RGB

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

 GREEN value IS 196 (76.95% from 255) = 27.92%

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

R = 35.9%
G = 27.92%
B = 36.18%

CMYK

 C value IS 0.01

 M value IS 0.23

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#FCC4FE (or 0xFCC4FE) is known color: Snuff. HEX triplet: FC, C4 and FE. RGB value is (252,196,254). Sum of RGB (Red+Green+Blue) = 252+196+254=702 (92% of max value = 765). Red value is 252 (98.83% from 255 or 35.90% from 702); Green value is 196 (76.95% from 255 or 27.92% from 702); Blue value is 254 (99.61% from 255 or 36.18% from 702); Max value from RGB is 254 - color contains mainly: blue. Hex color #FCC4FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCC4FE is #033B01. Grayscale: #DBDBDB. Windows color (decimal): -211714 or 16696572. OLE color: 16696572.

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

Color convert

RGB 252 196 254 -
CMYK 0.01 0.23 0 0.00
HSL 297.93º 0.97% 0.88% -
HSV(B) 297.93º 0.23% 1% -
XYZ 77.77 67.33 102.66 -
YUV 219.36 147.55 151.28 -
System Red Green Blue C M Y K H S L
Decimal 252 196 254 0.01 0.23 0 0.00 297.93 0.97 0.88
Hex FC C4 FE 1 17 0 0 12A 61 58
Octal 374 304 376 1 27 0 0 452 141 130
Binary 11111100 11000100 11111110 1 10111 0 0 100101010 1100001 1011000

Color Harmonies of #FCC4FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC4FE

Black with #FCC4FE

Text Example


Text Example

White with #FCC4FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC4FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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