#FBC3FE

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

Shades of Snuff #FBC3FE

Tints of Snuff #FBC3FE

Color information

#FBC3FE (or 0xFBC3FE) is unknown color: approx Snuff. HEX triplet: FB, C3 and FE. RGB value is (251,195,254). Sum of RGB (Red+Green+Blue) = 251+195+254=700 (92% of max value = 765). Red value is 251 (98.44% from 255 or 35.86% from 700); Green value is 195 (76.56% from 255 or 27.86% from 700); Blue value is 254 (99.61% from 255 or 36.29% from 700); Max value from RGB is 254 - color contains mainly: blue. Hex color #FBC3FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBC3FE is #043C01. Grayscale: #DADADA. Windows color (decimal): -277506 or 16696315. OLE color: 16696315.

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

Color convert

RGB251195254-
CMYK0.010.2300.00
HSL296.95º96.72%88.04%-
HSV(B)296.95º23.23%99.61%-
XYZ77.1966.7102.57-
YUV218.47148.05151.2-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.86%
GREEN value IS 195 (76.56% from 255) = 27.86%
BLUE value IS 254 (99.61% from 255) = 36.29%
R=35.86%
G=27.86%
B=36.29%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2511952540.010.2300.00296.9596.7288.04
HexFBC3FE117001296158
Octal37330337612700451141130
Binary1111101111000011111111101101110010010100111000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBC3FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBC3FE; }

 p { color: rgb(251,195,254); }

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

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

 a { background-color: rgb(251,195,254); }

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

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

 span { border-color: rgb(251,195,254); }

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