#FFC7FE

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

Shades of Snuff #FFC7FE

Tints of Snuff #FFC7FE

Color information

#FFC7FE (or 0xFFC7FE) is unknown color: approx Snuff. HEX triplet: FF, C7 and FE. RGB value is (255,199,254). Sum of RGB (Red+Green+Blue) = 255+199+254=708 (93% of max value = 765). Red value is 255 (100% from 255 or 36.02% from 708); Green value is 199 (78.12% from 255 or 28.11% from 708); Blue value is 254 (99.61% from 255 or 35.88% from 708); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC7FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFC7FE is #003801. Grayscale: #DDDDDD. Windows color (decimal): -14338 or 16697343. OLE color: 16697343.

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

Color convert

RGB255199254-
CMYK00.220.000
HSL301.07º100%89.02%-
HSV(B)301.07º21.96%100%-
XYZ79.5569.26102.94-
YUV222.01146.05151.53-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.02%
GREEN value IS 199 (78.12% from 255) = 28.11%
BLUE value IS 254 (99.61% from 255) = 35.88%
R=36.02%
G=28.11%
B=35.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.00
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519925400.220.000301.0710089.02
HexFFC7FE0160012d6459
Octal37730737602600455144131
Binary1111111111000111111111100101100010010110111001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC7FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC7FE; }

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

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

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

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

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

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

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

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