#FBC2FF

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

Shades of Snuff #FBC2FF

Tints of Snuff #FBC2FF

Color information

#FBC2FF (or 0xFBC2FF) is unknown color: approx Snuff. HEX triplet: FB, C2 and FF. RGB value is (251,194,255). Sum of RGB (Red+Green+Blue) = 251+194+255=700 (92% of max value = 765). Red value is 251 (98.44% from 255 or 35.86% from 700); Green value is 194 (76.17% from 255 or 27.71% from 700); Blue value is 255 (100% from 255 or 36.43% from 700); Max value from RGB is 255 - color contains mainly: blue. Hex color #FBC2FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBC2FF is #043D00. Grayscale: #D9D9D9. Windows color (decimal): -277761 or 16761595. OLE color: 16761595.

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

Color convert

RGB251194255-
CMYK0.020.2400
HSL296.07º100%88.04%-
HSV(B)296.07º23.92%100%-
XYZ77.1366.31103.34-
YUV218148.88151.54-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.86%
GREEN value IS 194 (76.17% from 255) = 27.71%
BLUE value IS 255 (100% from 255) = 36.43%
R=35.86%
G=27.71%
B=36.43%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2511942550.020.2400296.0710088.04
HexFBC2FF218001286458
Octal37330237723000450144130
Binary11111011110000101111111110110000010010100011001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBC2FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBC2FF; }

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

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

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

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

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

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

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

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