#FBC4FF

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

Shades of Snuff #FBC4FF

Tints of Snuff #FBC4FF

Color information

#FBC4FF (or 0xFBC4FF) is unknown color: approx Snuff. HEX triplet: FB, C4 and FF. RGB value is (251,196,255). Sum of RGB (Red+Green+Blue) = 251+196+255=702 (92% of max value = 765). Red value is 251 (98.44% from 255 or 35.75% from 702); Green value is 196 (76.95% from 255 or 27.92% from 702); Blue value is 255 (100% from 255 or 36.32% from 702); Max value from RGB is 255 - color contains mainly: blue. Hex color #FBC4FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBC4FF is #043B00. Grayscale: #DADADA. Windows color (decimal): -277249 or 16762107. OLE color: 16762107.

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

Color convert

RGB251196255-
CMYK0.020.2300
HSL295.93º100%88.43%-
HSV(B)295.93º23.14%100%-
XYZ77.5767.21103.49-
YUV219.17148.22150.7-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.75%
GREEN value IS 196 (76.95% from 255) = 27.92%
BLUE value IS 255 (100% from 255) = 36.32%
R=35.75%
G=27.92%
B=36.32%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2511962550.020.2300295.9310088.43
HexFBC4FF217001286458
Octal37330437722700450144130
Binary11111011110001001111111110101110010010100011001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBC4FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBC4FF; }

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

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

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

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

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

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

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

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