#FBC7FD

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

Shades of Snuff #FBC7FD

Tints of Snuff #FBC7FD

Color information

#FBC7FD (or 0xFBC7FD) is unknown color: approx Snuff. HEX triplet: FB, C7 and FD. RGB value is (251,199,253). Sum of RGB (Red+Green+Blue) = 251+199+253=703 (93% of max value = 765). Red value is 251 (98.44% from 255 or 35.70% from 703); Green value is 199 (78.12% from 255 or 28.31% from 703); Blue value is 253 (99.22% from 255 or 35.99% from 703); Max value from RGB is 253 - color contains mainly: blue. Hex color #FBC7FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBC7FD is #043802. Grayscale: #DCDCDC. Windows color (decimal): -276483 or 16631803. OLE color: 16631803.

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

Color convert

RGB251199253-
CMYK0.010.2100.01
HSL297.78º93.1%88.63%-
HSV(B)297.78º21.34%99.22%-
XYZ77.9468.45102.03-
YUV220.7146.23149.61-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.70%
GREEN value IS 199 (78.12% from 255) = 28.31%
BLUE value IS 253 (99.22% from 255) = 35.99%
R=35.70%
G=28.31%
B=35.99%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2511992530.010.2100.01297.7893.188.63
HexFBC7FD1150112a5d59
Octal37330737512501452135131
Binary1111101111000111111111011101010110010101010111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBC7FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBC7FD; }

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

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

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

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

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

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

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

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