#FCBFFE

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

Shades of Snuff #FCBFFE

Tints of Snuff #FCBFFE

Color information

#FCBFFE (or 0xFCBFFE) is unknown color: approx Snuff. HEX triplet: FC, BF and FE. RGB value is (252,191,254). Sum of RGB (Red+Green+Blue) = 252+191+254=697 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.15% from 697); Green value is 191 (75% from 255 or 27.40% from 697); Blue value is 254 (99.61% from 255 or 36.44% from 697); Max value from RGB is 254 - color contains mainly: blue. Hex color #FCBFFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCBFFE is #034001. Grayscale: #D8D8D8. Windows color (decimal): -212994 or 16695292. OLE color: 16695292.

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

Color convert

RGB252191254-
CMYK0.010.2500.00
HSL298.1º96.92%87.25%-
HSV(B)298.1º24.8%99.61%-
XYZ76.6765.11102.29-
YUV216.42149.21153.38-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.15%
GREEN value IS 191 (75% from 255) = 27.40%
BLUE value IS 254 (99.61% from 255) = 36.44%
R=36.15%
G=27.40%
B=36.44%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2521912540.010.2500.00298.196.9287.25
HexFCBFFE1190012a6157
Octal37427737613100452141127
Binary1111110010111111111111101110010010010101011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCBFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCBFFE; }

 p { color: rgb(252,191,254); }

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

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

 a { background-color: rgb(252,191,254); }

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

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

 span { border-color: rgb(252,191,254); }

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