#FBC5FD

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

Shades of Snuff #FBC5FD

Tints of Snuff #FBC5FD

Color information

#FBC5FD (or 0xFBC5FD) is unknown color: approx Snuff. HEX triplet: FB, C5 and FD. RGB value is (251,197,253). Sum of RGB (Red+Green+Blue) = 251+197+253=701 (92% of max value = 765). Red value is 251 (98.44% from 255 or 35.81% from 701); Green value is 197 (77.34% from 255 or 28.10% from 701); Blue value is 253 (99.22% from 255 or 36.09% from 701); Max value from RGB is 253 - color contains mainly: blue. Hex color #FBC5FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBC5FD is #043A02. Grayscale: #DBDBDB. Windows color (decimal): -276995 or 16631291. OLE color: 16631291.

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

Color convert

RGB251197253-
CMYK0.010.2200.01
HSL297.86º93.33%88.24%-
HSV(B)297.86º22.13%99.22%-
XYZ77.4867.53101.88-
YUV219.53146.89150.45-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.81%
GREEN value IS 197 (77.34% from 255) = 28.10%
BLUE value IS 253 (99.22% from 255) = 36.09%
R=35.81%
G=28.10%
B=36.09%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2511972530.010.2200.01297.8693.3388.24
HexFBC5FD1160112a5d58
Octal37330537512601452135130
Binary1111101111000101111111011101100110010101010111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBC5FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBC5FD; }

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

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

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

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

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

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

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

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