Html Css Color HEX #FCC7FC Snuff

📋 copy color: '#FCC7FC'

red 252 ◦ green 199 ◦ blue 252

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

Shades of Snuff #FCC7FC

Tints of Snuff #FCC7FC

RGB

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

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

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

R = 35.85%
G = 28.31%
B = 35.85%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#FCC7FC (or 0xFCC7FC) is known color: Snuff. HEX triplet: FC, C7 and FC. RGB value is (252,199,252). Sum of RGB (Red+Green+Blue) = 252+199+252=703 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.85% from 703); Green value is 199 (78.12% from 255 or 28.31% from 703); Blue value is 252 (98.83% from 255 or 35.85% from 703); Max value from RGB is 252 - color contains mainly: red, blue. Hex color #FCC7FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCC7FC is #033803. Grayscale: #DCDCDC. Windows color (decimal): -210948 or 16566268. OLE color: 16566268.

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

Color convert

RGB 252 199 252 -
CMYK 0 0.21 0 0.01
HSL 300º 0.9% 0.88% -
HSV(B) 300º 0.21% 0.99% -
XYZ 78.14 68.57 101.21 -
YUV 220.89 145.56 150.19 -
System Red Green Blue C M Y K H S L
Decimal 252 199 252 0 0.21 0 0.01 300 0.9 0.88
Hex FC C7 FC 0 15 0 1 12C 5A 58
Octal 374 307 374 0 25 0 1 454 132 130
Binary 11111100 11000111 11111100 0 10101 0 1 100101100 1011010 1011000

Color Harmonies of #FCC7FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC7FC

Black with #FCC7FC

Text Example


Text Example

White with #FCC7FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC7FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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