#FBC2FC

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

Shades of Snuff #FBC2FC

Tints of Snuff #FBC2FC

Color information

#FBC2FC (or 0xFBC2FC) is unknown color: approx Snuff. HEX triplet: FB, C2 and FC. RGB value is (251,194,252). Sum of RGB (Red+Green+Blue) = 251+194+252=697 (92% of max value = 765). Red value is 251 (98.44% from 255 or 36.01% from 697); Green value is 194 (76.17% from 255 or 27.83% from 697); Blue value is 252 (98.83% from 255 or 36.15% from 697); Max value from RGB is 252 - color contains mainly: blue. Hex color #FBC2FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBC2FC is #043D03. Grayscale: #D9D9D9. Windows color (decimal): -277764 or 16564987. OLE color: 16564987.

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

Color convert

RGB251194252-
CMYK0.000.2300.01
HSL298.97º90.62%87.45%-
HSV(B)298.97º23.02%98.82%-
XYZ76.6566.12100.82-
YUV217.66147.38151.78-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.01%
GREEN value IS 194 (76.17% from 255) = 27.83%
BLUE value IS 252 (98.83% from 255) = 36.15%
R=36.01%
G=27.83%
B=36.15%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2511942520.000.2300.01298.9790.6287.45
HexFBC2FC0170112b5b57
Octal37330237402701453133127
Binary1111101111000010111111000101110110010101110110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBC2FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBC2FC; }

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

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

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

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

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

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

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

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