#FBC3FC

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

Shades of Snuff #FBC3FC

Tints of Snuff #FBC3FC

Color information

#FBC3FC (or 0xFBC3FC) is unknown color: approx Snuff. HEX triplet: FB, C3 and FC. RGB value is (251,195,252). Sum of RGB (Red+Green+Blue) = 251+195+252=698 (92% of max value = 765). Red value is 251 (98.44% from 255 or 35.96% from 698); Green value is 195 (76.56% from 255 or 27.94% from 698); Blue value is 252 (98.83% from 255 or 36.10% from 698); Max value from RGB is 252 - color contains mainly: blue. Hex color #FBC3FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBC3FC is #043C03. Grayscale: #DADADA. Windows color (decimal): -277508 or 16565243. OLE color: 16565243.

HSL color Cylindrical-coordinate representation of color #FBC3FC: hue angle of 298.95º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FBC3FC is Cyan = 0.00, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB251195252-
CMYK0.000.2300.01
HSL298.95º90.48%87.65%-
HSV(B)298.95º22.62%98.82%-
XYZ76.8766.57100.89-
YUV218.24147.05151.37-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.96%
GREEN value IS 195 (76.56% from 255) = 27.94%
BLUE value IS 252 (98.83% from 255) = 36.10%
R=35.96%
G=27.94%
B=36.10%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2511952520.000.2300.01298.9590.4887.65
HexFBC3FC0170112b5a58
Octal37330337402701453132130
Binary1111101111000011111111000101110110010101110110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBC3FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBC3FC; }

 p { color: rgb(251,195,252); }

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

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

 a { background-color: rgb(251,195,252); }

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

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

 span { border-color: rgb(251,195,252); }

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