#FBBCFA

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

Shades of Snuff #FBBCFA

Tints of Snuff #FBBCFA

Color information

#FBBCFA (or 0xFBBCFA) is unknown color: approx Snuff. HEX triplet: FB, BC and FA. RGB value is (251,188,250). Sum of RGB (Red+Green+Blue) = 251+188+250=689 (91% of max value = 765). Red value is 251 (98.44% from 255 or 36.43% from 689); Green value is 188 (73.83% from 255 or 27.29% from 689); Blue value is 250 (98.05% from 255 or 36.28% from 689); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBCFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBBCFA is #044305. Grayscale: #D5D5D5. Windows color (decimal): -279302 or 16432379. OLE color: 16432379.

HSL color Cylindrical-coordinate representation of color #FBBCFA: hue angle of 300.95º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FBBCFA is Cyan = 0, Magento = 0.25, Yellow = 0.00 and Black (K on CMYK) = 0.02.

Color convert

RGB251188250-
CMYK00.250.000.02
HSL300.95º88.73%86.08%-
HSV(B)300.95º25.1%98.43%-
XYZ75.0263.3898.72-
YUV213.9148.37154.46-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.43%
GREEN value IS 188 (73.83% from 255) = 27.29%
BLUE value IS 250 (98.05% from 255) = 36.28%
R=36.43%
G=27.29%
B=36.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.00
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25118825000.250.000.02300.9588.7386.08
HexFBBCFA0190212d5956
Octal37327437203102455131126
Binary11111011101111001111101001100101010010110110110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBBCFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBBCFA; }

 p { color: rgb(251,188,250); }

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

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

 a { background-color: rgb(251,188,250); }

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

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

 span { border-color: rgb(251,188,250); }

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