#FBC0FC

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

Shades of Snuff #FBC0FC

Tints of Snuff #FBC0FC

Color information

#FBC0FC (or 0xFBC0FC) is unknown color: approx Snuff. HEX triplet: FB, C0 and FC. RGB value is (251,192,252). Sum of RGB (Red+Green+Blue) = 251+192+252=695 (92% of max value = 765). Red value is 251 (98.44% from 255 or 36.12% from 695); Green value is 192 (75.39% from 255 or 27.63% from 695); Blue value is 252 (98.83% from 255 or 36.26% from 695); Max value from RGB is 252 - color contains mainly: blue. Hex color #FBC0FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBC0FC is #043F03. Grayscale: #D8D8D8. Windows color (decimal): -278276 or 16564475. OLE color: 16564475.

HSL color Cylindrical-coordinate representation of color #FBC0FC: hue angle of 299º degrees, saturation: 0.91, 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 #FBC0FC is Cyan = 0.00, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB251192252-
CMYK0.000.2400.01
HSL299º90.91%87.06%-
HSV(B)299º23.81%98.82%-
XYZ76.265.24100.67-
YUV216.48148.05152.62-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.12%
GREEN value IS 192 (75.39% from 255) = 27.63%
BLUE value IS 252 (98.83% from 255) = 36.26%
R=36.12%
G=27.63%
B=36.26%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2511922520.000.2400.0129990.9187.06
HexFBC0FC0180112b5b57
Octal37330037403001453133127
Binary1111101111000000111111000110000110010101110110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBC0FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBC0FC; }

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

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

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

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

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

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

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

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