#F9CDFE

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

Shades of Snuff #F9CDFE

Tints of Snuff #F9CDFE

Color information

#F9CDFE (or 0xF9CDFE) is unknown color: approx Snuff. HEX triplet: F9, CD and FE. RGB value is (249,205,254). Sum of RGB (Red+Green+Blue) = 249+205+254=708 (93% of max value = 765). Red value is 249 (97.66% from 255 or 35.17% from 708); Green value is 205 (80.47% from 255 or 28.95% from 708); Blue value is 254 (99.61% from 255 or 35.88% from 708); Max value from RGB is 254 - color contains mainly: blue. Hex color #F9CDFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9CDFE is #063201. Grayscale: #DFDFDF. Windows color (decimal): -406018 or 16698873. OLE color: 16698873.

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

Color convert

RGB249205254-
CMYK0.020.1900.00
HSL293.88º96.08%90%-
HSV(B)293.88º19.29%99.61%-
XYZ78.7970.96103.31-
YUV223.74145.08146.02-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 35.17%
GREEN value IS 205 (80.47% from 255) = 28.95%
BLUE value IS 254 (99.61% from 255) = 35.88%
R=35.17%
G=28.95%
B=35.88%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2492052540.020.1900.00293.8896.0890
HexF9CDFE21300126605a
Octal37131537622300446140132
Binary11111001110011011111111010100110010010011011000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9CDFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9CDFE; }

 p { color: rgb(249,205,254); }

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

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

 a { background-color: rgb(249,205,254); }

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

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

 span { border-color: rgb(249,205,254); }

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