#FBC7FE

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

Shades of Snuff #FBC7FE

Tints of Snuff #FBC7FE

Color information

#FBC7FE (or 0xFBC7FE) is unknown color: approx Snuff. HEX triplet: FB, C7 and FE. RGB value is (251,199,254). Sum of RGB (Red+Green+Blue) = 251+199+254=704 (93% of max value = 765). Red value is 251 (98.44% from 255 or 35.65% from 704); Green value is 199 (78.12% from 255 or 28.27% from 704); Blue value is 254 (99.61% from 255 or 36.08% from 704); Max value from RGB is 254 - color contains mainly: blue. Hex color #FBC7FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBC7FE is #043801. Grayscale: #DCDCDC. Windows color (decimal): -276482 or 16697339. OLE color: 16697339.

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

Color convert

RGB251199254-
CMYK0.010.2200.00
HSL296.73º96.49%88.82%-
HSV(B)296.73º21.65%99.61%-
XYZ78.168.51102.87-
YUV220.82146.73149.53-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.65%
GREEN value IS 199 (78.12% from 255) = 28.27%
BLUE value IS 254 (99.61% from 255) = 36.08%
R=35.65%
G=28.27%
B=36.08%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2511992540.010.2200.00296.7396.4988.82
HexFBC7FE116001296059
Octal37330737612600451140131
Binary1111101111000111111111101101100010010100111000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBC7FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBC7FE; }

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

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

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

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

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

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

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

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