#FBD8FD

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

Shades of Selago #FBD8FD

Tints of Selago #FBD8FD

Color information

#FBD8FD (or 0xFBD8FD) is unknown color: approx Selago. HEX triplet: FB, D8 and FD. RGB value is (251,216,253). Sum of RGB (Red+Green+Blue) = 251+216+253=720 (95% of max value = 765). Red value is 251 (98.44% from 255 or 34.86% from 720); Green value is 216 (84.77% from 255 or 30% from 720); Blue value is 253 (99.22% from 255 or 35.14% from 720); Max value from RGB is 253 - color contains mainly: blue. Hex color #FBD8FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBD8FD is #042702. Grayscale: #E6E6E6. Windows color (decimal): -272131 or 16636155. OLE color: 16636155.

HSL color Cylindrical-coordinate representation of color #FBD8FD: hue angle of 296.76º degrees, saturation: 0.9, 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 #FBD8FD is Cyan = 0.01, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB251216253-
CMYK0.010.1500.01
HSL296.76º90.24%91.96%-
HSV(B)296.76º14.62%99.22%-
XYZ82.0776.71103.41-
YUV230.68140.6142.49-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 34.86%
GREEN value IS 216 (84.77% from 255) = 30%
BLUE value IS 253 (99.22% from 255) = 35.14%
R=34.86%
G=30%
B=35.14%

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
Decimal2512162530.010.1500.01296.7690.2491.96
HexFBD8FD1F011295a5c
Octal37333037511701451132134
Binary111110111101100011111101111110110010100110110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD8FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD8FD; }

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

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

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

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

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

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

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

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