#FFC7FC

Color #FFC7FC Snuff (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Snuff #FFC7FC

Tints of Snuff #FFC7FC

Color information

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

HSL color Cylindrical-coordinate representation of color #FFC7FC: hue angle of 303.21º 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 #FFC7FC is Cyan = 0, Magento = 0.22, Yellow = 0.01 and Black (K on CMYK) = 0.

Color convert

RGB255199252-
CMYK00.220.010
HSL303.21º100%89.02%-
HSV(B)303.21º21.96%100%-
XYZ79.2369.14101.26-
YUV221.79145.05151.69-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.12%
GREEN value IS 199 (78.12% from 255) = 28.19%
BLUE value IS 252 (98.83% from 255) = 35.69%
R=36.12%
G=28.19%
B=35.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.01
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519925200.220.010303.2110089.02
HexFFC7FC0161012f6459
Octal37730737402610457144131
Binary1111111111000111111111000101101010010111111001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC7FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC7FC; }

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

 H1.HeaderClassName
 {
   color: #FFC7FC;
 }
 .AnyTagClassName
 {
   color: #FFC7FC;
 }
</style>
background-color css

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

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

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

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

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

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