#FBD3FD

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

Shades of Selago #FBD3FD

Tints of Selago #FBD3FD

Color information

#FBD3FD (or 0xFBD3FD) is unknown color: approx Selago. HEX triplet: FB, D3 and FD. RGB value is (251,211,253). Sum of RGB (Red+Green+Blue) = 251+211+253=715 (94% of max value = 765). Red value is 251 (98.44% from 255 or 35.10% from 715); Green value is 211 (82.81% from 255 or 29.51% from 715); Blue value is 253 (99.22% from 255 or 35.38% from 715); Max value from RGB is 253 - color contains mainly: blue. Hex color #FBD3FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBD3FD is #042C02. Grayscale: #E3E3E3. Windows color (decimal): -273411 or 16634875. OLE color: 16634875.

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

Color convert

RGB251211253-
CMYK0.010.1700.01
HSL297.14º91.3%90.98%-
HSV(B)297.14º16.6%99.22%-
XYZ80.8174.19102.99-
YUV227.75142.25144.58-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.10%
GREEN value IS 211 (82.81% from 255) = 29.51%
BLUE value IS 253 (99.22% from 255) = 35.38%
R=35.10%
G=29.51%
B=35.38%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2512112530.010.1700.01297.1491.390.98
HexFBD3FD111011295b5b
Octal37332337512101451133133
Binary1111101111010011111111011100010110010100110110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD3FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD3FD; }

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

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

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

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

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

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

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

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