#FFC8FE

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

Shades of Snuff #FFC8FE

Tints of Snuff #FFC8FE

Color information

#FFC8FE (or 0xFFC8FE) is unknown color: approx Snuff. HEX triplet: FF, C8 and FE. RGB value is (255,200,254). Sum of RGB (Red+Green+Blue) = 255+200+254=709 (93% of max value = 765). Red value is 255 (100% from 255 or 35.97% from 709); Green value is 200 (78.52% from 255 or 28.21% from 709); Blue value is 254 (99.61% from 255 or 35.83% from 709); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC8FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFC8FE is #003701. Grayscale: #DEDEDE. Windows color (decimal): -14082 or 16697599. OLE color: 16697599.

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

Color convert

RGB255200254-
CMYK00.220.000
HSL301.09º100%89.22%-
HSV(B)301.09º21.57%100%-
XYZ79.7869.72103.02-
YUV222.6145.72151.11-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 35.97%
GREEN value IS 200 (78.52% from 255) = 28.21%
BLUE value IS 254 (99.61% from 255) = 35.83%
R=35.97%
G=28.21%
B=35.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.00
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520025400.220.000301.0910089.22
HexFFC8FE0160012d6459
Octal37731037602600455144131
Binary1111111111001000111111100101100010010110111001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC8FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC8FE; }

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

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

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

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

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

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

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

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