#FBD6FD

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

Shades of Selago #FBD6FD

Tints of Selago #FBD6FD

Color information

#FBD6FD (or 0xFBD6FD) is unknown color: approx Selago. HEX triplet: FB, D6 and FD. RGB value is (251,214,253). Sum of RGB (Red+Green+Blue) = 251+214+253=718 (95% of max value = 765). Red value is 251 (98.44% from 255 or 34.96% from 718); Green value is 214 (83.98% from 255 or 29.81% from 718); Blue value is 253 (99.22% from 255 or 35.24% from 718); Max value from RGB is 253 - color contains mainly: blue. Hex color #FBD6FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBD6FD is #042902. Grayscale: #E5E5E5. Windows color (decimal): -272643 or 16635643. OLE color: 16635643.

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

Color convert

RGB251214253-
CMYK0.010.1500.01
HSL296.92º90.7%91.57%-
HSV(B)296.92º15.42%99.22%-
XYZ81.5675.69103.24-
YUV229.51141.26143.33-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 34.96%
GREEN value IS 214 (83.98% from 255) = 29.81%
BLUE value IS 253 (99.22% from 255) = 35.24%
R=34.96%
G=29.81%
B=35.24%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2512142530.010.1500.01296.9290.791.57
HexFBD6FD1F011295b5c
Octal37332637511701451133134
Binary111110111101011011111101111110110010100110110111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD6FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD6FD; }

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

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

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

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

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

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

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

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