#FCBEF9

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

Shades of Snuff #FCBEF9

Tints of Snuff #FCBEF9

Color information

#FCBEF9 (or 0xFCBEF9) is unknown color: approx Snuff. HEX triplet: FC, BE and F9. RGB value is (252,190,249). Sum of RGB (Red+Green+Blue) = 252+190+249=691 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.47% from 691); Green value is 190 (74.61% from 255 or 27.50% from 691); Blue value is 249 (97.66% from 255 or 36.03% from 691); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBEF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCBEF9 is #034106. Grayscale: #D7D7D7. Windows color (decimal): -213255 or 16367356. OLE color: 16367356.

HSL color Cylindrical-coordinate representation of color #FCBEF9: hue angle of 302.9º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FCBEF9 is Cyan = 0, Magento = 0.25, Yellow = 0.01 and Black (K on CMYK) = 0.01.

Color convert

RGB252190249-
CMYK00.250.010.01
HSL302.9º91.18%86.67%-
HSV(B)302.9º24.6%98.82%-
XYZ75.6664.3698.06-
YUV215.26147.04154.2-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.47%
GREEN value IS 190 (74.61% from 255) = 27.50%
BLUE value IS 249 (97.66% from 255) = 36.03%
R=36.47%
G=27.50%
B=36.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.01
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25219024900.250.010.01302.991.1886.67
HexFCBEF90191112f5b57
Octal37427637103111457133127
Binary1111110010111110111110010110011110010111110110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCBEF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCBEF9; }

 p { color: rgb(252,190,249); }

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

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

 a { background-color: rgb(252,190,249); }

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

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

 span { border-color: rgb(252,190,249); }

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