#F9CBFE

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

Shades of Snuff #F9CBFE

Tints of Snuff #F9CBFE

Color information

#F9CBFE (or 0xF9CBFE) is unknown color: approx Snuff. HEX triplet: F9, CB and FE. RGB value is (249,203,254). Sum of RGB (Red+Green+Blue) = 249+203+254=706 (93% of max value = 765). Red value is 249 (97.66% from 255 or 35.27% from 706); Green value is 203 (79.69% from 255 or 28.75% from 706); Blue value is 254 (99.61% from 255 or 35.98% from 706); Max value from RGB is 254 - color contains mainly: blue. Hex color #F9CBFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9CBFE is #063401. Grayscale: #DEDEDE. Windows color (decimal): -406530 or 16698361. OLE color: 16698361.

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

Color convert

RGB249203254-
CMYK0.020.2000.00
HSL294.12º96.23%89.61%-
HSV(B)294.12º20.08%99.61%-
XYZ78.3170.01103.15-
YUV222.57145.74146.85-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 35.27%
GREEN value IS 203 (79.69% from 255) = 28.75%
BLUE value IS 254 (99.61% from 255) = 35.98%
R=35.27%
G=28.75%
B=35.98%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2492032540.020.2000.00294.1296.2389.61
HexF9CBFE21400126605a
Octal37131337622400446140132
Binary11111001110010111111111010101000010010011011000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9CBFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9CBFE; }

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

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

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

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

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

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

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

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