#FCBFFD

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

Shades of Snuff #FCBFFD

Tints of Snuff #FCBFFD

Color information

#FCBFFD (or 0xFCBFFD) is unknown color: approx Snuff. HEX triplet: FC, BF and FD. RGB value is (252,191,253). Sum of RGB (Red+Green+Blue) = 252+191+253=696 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.21% from 696); Green value is 191 (75% from 255 or 27.44% from 696); Blue value is 253 (99.22% from 255 or 36.35% from 696); Max value from RGB is 253 - color contains mainly: blue. Hex color #FCBFFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCBFFD is #034002. Grayscale: #D8D8D8. Windows color (decimal): -212995 or 16629756. OLE color: 16629756.

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

Color convert

RGB252191253-
CMYK0.000.2500.01
HSL299.03º93.94%87.06%-
HSV(B)299.03º24.51%99.22%-
XYZ76.5165.05101.45-
YUV216.31148.71153.46-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.21%
GREEN value IS 191 (75% from 255) = 27.44%
BLUE value IS 253 (99.22% from 255) = 36.35%
R=36.21%
G=27.44%
B=36.35%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521912530.000.2500.01299.0393.9487.06
HexFCBFFD0190112b5e57
Octal37427737503101453136127
Binary1111110010111111111111010110010110010101110111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCBFFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCBFFD; }

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

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

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

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

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

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

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

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