#F9CFFE

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

Shades of Snuff #F9CFFE

Tints of Snuff #F9CFFE

Color information

#F9CFFE (or 0xF9CFFE) is unknown color: approx Snuff. HEX triplet: F9, CF and FE. RGB value is (249,207,254). Sum of RGB (Red+Green+Blue) = 249+207+254=710 (94% of max value = 765). Red value is 249 (97.66% from 255 or 35.07% from 710); Green value is 207 (81.25% from 255 or 29.15% from 710); Blue value is 254 (99.61% from 255 or 35.77% from 710); Max value from RGB is 254 - color contains mainly: blue. Hex color #F9CFFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9CFFE is #063001. Grayscale: #E0E0E0. Windows color (decimal): -405506 or 16699385. OLE color: 16699385.

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

Color convert

RGB249207254-
CMYK0.020.1900.00
HSL293.62º95.92%90.39%-
HSV(B)293.62º18.5%99.61%-
XYZ79.2771.92103.47-
YUV224.92144.41145.18-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 35.07%
GREEN value IS 207 (81.25% from 255) = 29.15%
BLUE value IS 254 (99.61% from 255) = 35.77%
R=35.07%
G=29.15%
B=35.77%

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
Decimal2492072540.020.1900.00293.6295.9290.39
HexF9CFFE21300126605a
Octal37131737622300446140132
Binary11111001110011111111111010100110010010011011000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9CFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9CFFE; }

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

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

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

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

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

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

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

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