#FCBFFF

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

Shades of Snuff #FCBFFF

Tints of Snuff #FCBFFF

Color information

#FCBFFF (or 0xFCBFFF) is unknown color: approx Snuff. HEX triplet: FC, BF and FF. RGB value is (252,191,255). Sum of RGB (Red+Green+Blue) = 252+191+255=698 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.10% from 698); Green value is 191 (75% from 255 or 27.36% 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 #FCBFFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCBFFF is #034000. Grayscale: #D8D8D8. Windows color (decimal): -212993 or 16760828. OLE color: 16760828.

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

Color convert

RGB252191255-
CMYK0.010.2500
HSL297.19º100%87.45%-
HSV(B)297.19º25.1%100%-
XYZ76.8365.18103.14-
YUV216.53149.71153.3-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.10%
GREEN value IS 191 (75% from 255) = 27.36%
BLUE value IS 255 (100% from 255) = 36.53%
R=36.10%
G=27.36%
B=36.53%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2521912550.010.2500297.1910087.45
HexFCBFFF119001296457
Octal37427737713100451144127
Binary1111110010111111111111111110010010010100111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCBFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCBFFF; }

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

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

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

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

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

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

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

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