#FBD1FC

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

Shades of Snuff #FBD1FC

Tints of Snuff #FBD1FC

Color information

#FBD1FC (or 0xFBD1FC) is unknown color: approx Snuff. HEX triplet: FB, D1 and FC. RGB value is (251,209,252). Sum of RGB (Red+Green+Blue) = 251+209+252=712 (94% of max value = 765). Red value is 251 (98.44% from 255 or 35.25% from 712); Green value is 209 (82.03% from 255 or 29.35% from 712); Blue value is 252 (98.83% from 255 or 35.39% from 712); Max value from RGB is 252 - color contains mainly: blue. Hex color #FBD1FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBD1FC is #042E03. Grayscale: #E2E2E2. Windows color (decimal): -273924 or 16568827. OLE color: 16568827.

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

Color convert

RGB251209252-
CMYK0.000.1700.01
HSL298.6º87.76%90.39%-
HSV(B)298.6º17.06%98.82%-
XYZ80.1573.14101.99-
YUV226.46142.41145.5-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.25%
GREEN value IS 209 (82.03% from 255) = 29.35%
BLUE value IS 252 (98.83% from 255) = 35.39%
R=35.25%
G=29.35%
B=35.39%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2512092520.000.1700.01298.687.7690.39
HexFBD1FC0110112b585a
Octal37332137402101453130132
Binary1111101111010001111111000100010110010101110110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD1FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD1FC; }

 p { color: rgb(251,209,252); }

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

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

 a { background-color: rgb(251,209,252); }

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

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

 span { border-color: rgb(251,209,252); }

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