#FFC9FE

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

Shades of Snuff #FFC9FE

Tints of Snuff #FFC9FE

Color information

#FFC9FE (or 0xFFC9FE) is unknown color: approx Snuff. HEX triplet: FF, C9 and FE. RGB value is (255,201,254). Sum of RGB (Red+Green+Blue) = 255+201+254=710 (94% of max value = 765). Red value is 255 (100% from 255 or 35.92% from 710); Green value is 201 (78.91% from 255 or 28.31% from 710); Blue value is 254 (99.61% from 255 or 35.77% from 710); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC9FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFC9FE is #003601. Grayscale: #DFDFDF. Windows color (decimal): -13826 or 16697855. OLE color: 16697855.

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

Color convert

RGB255201254-
CMYK00.210.000
HSL301.11º100%89.41%-
HSV(B)301.11º21.18%100%-
XYZ80.0270.19103.1-
YUV223.19145.39150.69-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 35.92%
GREEN value IS 201 (78.91% from 255) = 28.31%
BLUE value IS 254 (99.61% from 255) = 35.77%
R=35.92%
G=28.31%
B=35.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.00
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520125400.210.000301.1110089.41
HexFFC9FE0150012d6459
Octal37731137602500455144131
Binary1111111111001001111111100101010010010110111001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC9FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC9FE; }

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

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

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

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

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

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

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

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