#F9CEF5

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

Shades of Snuff #F9CEF5

Tints of Snuff #F9CEF5

Color information

#F9CEF5 (or 0xF9CEF5) is unknown color: approx Snuff. HEX triplet: F9, CE and F5. RGB value is (249,206,245). Sum of RGB (Red+Green+Blue) = 249+206+245=700 (92% of max value = 765). Red value is 249 (97.66% from 255 or 35.57% from 700); Green value is 206 (80.86% from 255 or 29.43% from 700); Blue value is 245 (96.09% from 255 or 35% from 700); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CEF5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9CEF5 is #06310A. Grayscale: #DFDFDF. Windows color (decimal): -405771 or 16109305. OLE color: 16109305.

HSL color Cylindrical-coordinate representation of color #F9CEF5: hue angle of 305.58º degrees, saturation: 0.78, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F9CEF5 is Cyan = 0, Magento = 0.17, Yellow = 0.02 and Black (K on CMYK) = 0.02.

Color convert

RGB249206245-
CMYK00.170.020.02
HSL305.58º78.18%89.22%-
HSV(B)305.58º17.27%97.65%-
XYZ77.6270.8795.98-
YUV223.3140.25146.33-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 35.57%
GREEN value IS 206 (80.86% from 255) = 29.43%
BLUE value IS 245 (96.09% from 255) = 35%
R=35.57%
G=29.43%
B=35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24920624500.170.020.02305.5878.1889.22
HexF9CEF5011221324e59
Octal37131636502122462116131
Binary111110011100111011110101010001101010011001010011101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9CEF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9CEF5; }

 p { color: rgb(249,206,245); }

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

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

 a { background-color: rgb(249,206,245); }

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

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

 span { border-color: rgb(249,206,245); }

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