#FCBFFA

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

Shades of Snuff #FCBFFA

Tints of Snuff #FCBFFA

Color information

#FCBFFA (or 0xFCBFFA) is unknown color: approx Snuff. HEX triplet: FC, BF and FA. RGB value is (252,191,250). Sum of RGB (Red+Green+Blue) = 252+191+250=693 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.36% from 693); Green value is 191 (75% from 255 or 27.56% from 693); Blue value is 250 (98.05% from 255 or 36.08% from 693); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBFFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCBFFA is #034005. Grayscale: #D7D7D7. Windows color (decimal): -212998 or 16433148. OLE color: 16433148.

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

Color convert

RGB252191250-
CMYK00.240.010.01
HSL301.97º91.04%86.86%-
HSV(B)301.97º24.21%98.82%-
XYZ76.0364.8698.95-
YUV215.96147.21153.7-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.36%
GREEN value IS 191 (75% from 255) = 27.56%
BLUE value IS 250 (98.05% from 255) = 36.08%
R=36.36%
G=27.56%
B=36.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.01
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25219125000.240.010.01301.9791.0486.86
HexFCBFFA0181112e5b57
Octal37427737203011456133127
Binary1111110010111111111110100110001110010111010110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCBFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCBFFA; }

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

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

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

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

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

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

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

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