#F9C2FF

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

Shades of Snuff #F9C2FF

Tints of Snuff #F9C2FF

Color information

#F9C2FF (or 0xF9C2FF) is unknown color: approx Snuff. HEX triplet: F9, C2 and FF. RGB value is (249,194,255). Sum of RGB (Red+Green+Blue) = 249+194+255=698 (92% of max value = 765). Red value is 249 (97.66% from 255 or 35.67% from 698); Green value is 194 (76.17% from 255 or 27.79% from 698); Blue value is 255 (100% from 255 or 36.53% from 698); Max value from RGB is 255 - color contains mainly: blue. Hex color #F9C2FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9C2FF is #063D00. Grayscale: #D9D9D9. Windows color (decimal): -408833 or 16761593. OLE color: 16761593.

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

Color convert

RGB249194255-
CMYK0.020.2400
HSL294.1º100%88.04%-
HSV(B)294.1º23.92%100%-
XYZ76.4165.94103.31-
YUV217.4149.22150.54-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 35.67%
GREEN value IS 194 (76.17% from 255) = 27.79%
BLUE value IS 255 (100% from 255) = 36.53%
R=35.67%
G=27.79%
B=36.53%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2491942550.020.2400294.110088.04
HexF9C2FF218001266458
Octal37130237723000446144130
Binary11111001110000101111111110110000010010011011001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9C2FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9C2FF; }

 p { color: rgb(249,194,255); }

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

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

 a { background-color: rgb(249,194,255); }

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

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

 span { border-color: rgb(249,194,255); }

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