#FFC7FF

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

Shades of Snuff #FFC7FF

Tints of Snuff #FFC7FF

Color information

#FFC7FF (or 0xFFC7FF) is unknown color: approx Snuff. HEX triplet: FF, C7 and FF. RGB value is (255,199,255). Sum of RGB (Red+Green+Blue) = 255+199+255=709 (93% of max value = 765). Red value is 255 (100% from 255 or 35.97% from 709); Green value is 199 (78.12% from 255 or 28.07% from 709); Blue value is 255 (100% from 255 or 35.97% from 709); Max value from RGB is 255 - color contains mainly: red, blue. Hex color #FFC7FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFC7FF is #003800. Grayscale: #DDDDDD. Windows color (decimal): -14337 or 16762879. OLE color: 16762879.

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

Color convert

RGB255199255-
CMYK00.2200
HSL300º100%89.02%-
HSV(B)300º21.96%100%-
XYZ79.7169.33103.79-
YUV222.13146.55151.45-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 35.97%
GREEN value IS 199 (78.12% from 255) = 28.07%
BLUE value IS 255 (100% from 255) = 35.97%
R=35.97%
G=28.07%
B=35.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519925500.220030010089.02
HexFFC7FF0160012c6459
Octal37730737702600454144131
Binary1111111111000111111111110101100010010110011001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC7FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC7FF; }

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

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

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

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

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

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

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

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