#FBD9FD

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

Shades of Selago #FBD9FD

Tints of Selago #FBD9FD

Color information

#FBD9FD (or 0xFBD9FD) is unknown color: approx Selago. HEX triplet: FB, D9 and FD. RGB value is (251,217,253). Sum of RGB (Red+Green+Blue) = 251+217+253=721 (95% of max value = 765). Red value is 251 (98.44% from 255 or 34.81% from 721); Green value is 217 (85.16% from 255 or 30.10% from 721); Blue value is 253 (99.22% from 255 or 35.09% from 721); Max value from RGB is 253 - color contains mainly: blue. Hex color #FBD9FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBD9FD is #042602. Grayscale: #E7E7E7. Windows color (decimal): -271875 or 16636411. OLE color: 16636411.

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

Color convert

RGB251217253-
CMYK0.010.1400.01
HSL296.67º90%92.16%-
HSV(B)296.67º14.23%99.22%-
XYZ82.3377.23103.5-
YUV231.27140.26142.07-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 34.81%
GREEN value IS 217 (85.16% from 255) = 30.10%
BLUE value IS 253 (99.22% from 255) = 35.09%
R=34.81%
G=30.10%
B=35.09%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2512172530.010.1400.01296.679092.16
HexFBD9FD1E011295a5c
Octal37333137511601451132134
Binary111110111101100111111101111100110010100110110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD9FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD9FD; }

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

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

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

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

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

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

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

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