#FBC5FA

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

Shades of Snuff #FBC5FA

Tints of Snuff #FBC5FA

Color information

#FBC5FA (or 0xFBC5FA) is unknown color: approx Snuff. HEX triplet: FB, C5 and FA. RGB value is (251,197,250). Sum of RGB (Red+Green+Blue) = 251+197+250=698 (92% of max value = 765). Red value is 251 (98.44% from 255 or 35.96% from 698); Green value is 197 (77.34% from 255 or 28.22% from 698); Blue value is 250 (98.05% from 255 or 35.82% from 698); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC5FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBC5FA is #043A05. Grayscale: #DBDBDB. Windows color (decimal): -276998 or 16434683. OLE color: 16434683.

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

Color convert

RGB251197250-
CMYK00.220.000.02
HSL301.11º87.1%87.84%-
HSV(B)301.11º21.51%98.43%-
XYZ77.0167.3499.38-
YUV219.19145.39150.69-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.96%
GREEN value IS 197 (77.34% from 255) = 28.22%
BLUE value IS 250 (98.05% from 255) = 35.82%
R=35.96%
G=28.22%
B=35.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.00
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25119725000.220.000.02301.1187.187.84
HexFBC5FA0160212d5758
Octal37330537202602455127130
Binary11111011110001011111101001011001010010110110101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBC5FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBC5FA; }

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

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

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

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

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

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

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

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