Html Css Color HEX #FCC7FE Snuff

📋 copy color: '#FCC7FE'

red 252 ◦ green 199 ◦ blue 254

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

Shades of Snuff #FCC7FE

Tints of Snuff #FCC7FE

RGB

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

 GREEN value IS 199 (78.13% from 255) = 28.23%

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

R = 35.74%
G = 28.23%
B = 36.03%

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

#FCC7FE (or 0xFCC7FE) is known color: Snuff. HEX triplet: FC, C7 and FE. RGB value is (252,199,254). Sum of RGB (Red+Green+Blue) = 252+199+254=705 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.74% from 705); Green value is 199 (78.12% from 255 or 28.23% from 705); Blue value is 254 (99.61% from 255 or 36.03% from 705); Max value from RGB is 254 - color contains mainly: blue. Hex color #FCC7FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCC7FE is #033801. Grayscale: #DCDCDC. Windows color (decimal): -210946 or 16697340. OLE color: 16697340.

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

Color convert

RGB 252 199 254 -
CMYK 0.01 0.22 0 0.00
HSL 297.82º 0.96% 0.89% -
HSV(B) 297.82º 0.22% 1% -
XYZ 78.46 68.7 102.89 -
YUV 221.12 146.56 150.03 -
System Red Green Blue C M Y K H S L
Decimal 252 199 254 0.01 0.22 0 0.00 297.82 0.96 0.89
Hex FC C7 FE 1 16 0 0 12A 60 59
Octal 374 307 376 1 26 0 0 452 140 131
Binary 11111100 11000111 11111110 1 10110 0 0 100101010 1100000 1011001

Color Harmonies of #FCC7FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC7FE

Black with #FCC7FE

Text Example


Text Example

White with #FCC7FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC7FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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