#FCBEFA

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

Shades of Snuff #FCBEFA

Tints of Snuff #FCBEFA

Color information

#FCBEFA (or 0xFCBEFA) is unknown color: approx Snuff. HEX triplet: FC, BE and FA. RGB value is (252,190,250). Sum of RGB (Red+Green+Blue) = 252+190+250=692 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.42% from 692); Green value is 190 (74.61% from 255 or 27.46% from 692); Blue value is 250 (98.05% from 255 or 36.13% from 692); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBEFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCBEFA is #034105. Grayscale: #D7D7D7. Windows color (decimal): -213254 or 16432892. OLE color: 16432892.

HSL color Cylindrical-coordinate representation of color #FCBEFA: hue angle of 301.94º 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 #FCBEFA is Cyan = 0, Magento = 0.25, Yellow = 0.01 and Black (K on CMYK) = 0.01.

Color convert

RGB252190250-
CMYK00.250.010.01
HSL301.94º91.18%86.67%-
HSV(B)301.94º24.6%98.82%-
XYZ75.8164.4298.88-
YUV215.38147.54154.12-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.42%
GREEN value IS 190 (74.61% from 255) = 27.46%
BLUE value IS 250 (98.05% from 255) = 36.13%
R=36.42%
G=27.46%
B=36.13%

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
Decimal25219025000.250.010.01301.9491.1886.67
HexFCBEFA0191112e5b57
Octal37427637203111456133127
Binary1111110010111110111110100110011110010111010110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCBEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCBEFA; }

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

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

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

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

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

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

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

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