#FBC0FD

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

Shades of Snuff #FBC0FD

Tints of Snuff #FBC0FD

Color information

#FBC0FD (or 0xFBC0FD) is unknown color: approx Snuff. HEX triplet: FB, C0 and FD. RGB value is (251,192,253). Sum of RGB (Red+Green+Blue) = 251+192+253=696 (92% of max value = 765). Red value is 251 (98.44% from 255 or 36.06% from 696); Green value is 192 (75.39% from 255 or 27.59% 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 #FBC0FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBC0FD is #043F02. Grayscale: #D8D8D8. Windows color (decimal): -278275 or 16630011. OLE color: 16630011.

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

Color convert

RGB251192253-
CMYK0.010.2400.01
HSL298.03º93.85%87.25%-
HSV(B)298.03º24.11%99.22%-
XYZ76.3665.3101.51-
YUV216.6148.55152.54-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.06%
GREEN value IS 192 (75.39% from 255) = 27.59%
BLUE value IS 253 (99.22% from 255) = 36.35%
R=36.06%
G=27.59%
B=36.35%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2511922530.010.2400.01298.0393.8587.25
HexFBC0FD1180112a5e57
Octal37330037513001452136127
Binary1111101111000000111111011110000110010101010111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBC0FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBC0FD; }

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

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

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

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

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

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

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

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