Html Css Color HEX #FCC7FF Snuff

📋 copy color: '#FCC7FF'

red 252 ◦ green 199 ◦ blue 255

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

Shades of Snuff #FCC7FF

Tints of Snuff #FCC7FF

RGB

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

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

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

R = 35.69%
G = 28.19%
B = 36.12%

CMYK

 C value IS 0.01

 M value IS 0.22

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FCC7FF (or 0xFCC7FF) is known color: Snuff. HEX triplet: FC, C7 and FF. RGB value is (252,199,255). Sum of RGB (Red+Green+Blue) = 252+199+255=706 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.69% from 706); Green value is 199 (78.12% from 255 or 28.19% from 706); Blue value is 255 (100% from 255 or 36.12% from 706); Max value from RGB is 255 - color contains mainly: blue. Hex color #FCC7FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCC7FF is #033800. Grayscale: #DDDDDD. Windows color (decimal): -210945 or 16762876. OLE color: 16762876.

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

Color convert

RGB 252 199 255 -
CMYK 0.01 0.22 0 0
HSL 296.79º 1% 0.89% -
HSV(B) 296.79º 0.22% 1% -
XYZ 78.62 68.76 103.74 -
YUV 221.23 147.06 149.95 -
System Red Green Blue C M Y K H S L
Decimal 252 199 255 0.01 0.22 0 0 296.79 1 0.89
Hex FC C7 FF 1 16 0 0 129 64 59
Octal 374 307 377 1 26 0 0 451 144 131
Binary 11111100 11000111 11111111 1 10110 0 0 100101001 1100100 1011001

Color Harmonies of #FCC7FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC7FF

Black with #FCC7FF

Text Example


Text Example

White with #FCC7FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC7FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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