#FBC3FD

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

Shades of Snuff #FBC3FD

Tints of Snuff #FBC3FD

Color information

#FBC3FD (or 0xFBC3FD) is unknown color: approx Snuff. HEX triplet: FB, C3 and FD. RGB value is (251,195,253). Sum of RGB (Red+Green+Blue) = 251+195+253=699 (92% of max value = 765). Red value is 251 (98.44% from 255 or 35.91% from 699); Green value is 195 (76.56% from 255 or 27.90% from 699); Blue value is 253 (99.22% from 255 or 36.19% from 699); Max value from RGB is 253 - color contains mainly: blue. Hex color #FBC3FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBC3FD is #043C02. Grayscale: #DADADA. Windows color (decimal): -277507 or 16630779. OLE color: 16630779.

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

Color convert

RGB251195253-
CMYK0.010.2300.01
HSL297.93º93.55%87.84%-
HSV(B)297.93º22.92%99.22%-
XYZ77.0366.63101.73-
YUV218.36147.55151.28-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.91%
GREEN value IS 195 (76.56% from 255) = 27.90%
BLUE value IS 253 (99.22% from 255) = 36.19%
R=35.91%
G=27.90%
B=36.19%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2511952530.010.2300.01297.9393.5587.84
HexFBC3FD1170112a5e58
Octal37330337512701452136130
Binary1111101111000011111111011101110110010101010111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBC3FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBC3FD; }

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

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

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

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

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

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

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

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