#FBD7FD

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

Shades of Selago #FBD7FD

Tints of Selago #FBD7FD

Color information

#FBD7FD (or 0xFBD7FD) is unknown color: approx Selago. HEX triplet: FB, D7 and FD. RGB value is (251,215,253). Sum of RGB (Red+Green+Blue) = 251+215+253=719 (95% of max value = 765). Red value is 251 (98.44% from 255 or 34.91% from 719); Green value is 215 (84.38% from 255 or 29.90% from 719); Blue value is 253 (99.22% from 255 or 35.19% from 719); Max value from RGB is 253 - color contains mainly: blue. Hex color #FBD7FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBD7FD is #042802. Grayscale: #E5E5E5. Windows color (decimal): -272387 or 16635899. OLE color: 16635899.

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

Color convert

RGB251215253-
CMYK0.010.1500.01
HSL296.84º90.48%91.76%-
HSV(B)296.84º15.02%99.22%-
XYZ81.8176.2103.32-
YUV230.1140.93142.91-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 34.91%
GREEN value IS 215 (84.38% from 255) = 29.90%
BLUE value IS 253 (99.22% from 255) = 35.19%
R=34.91%
G=29.90%
B=35.19%

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
Decimal2512152530.010.1500.01296.8490.4891.76
HexFBD7FD1F011295a5c
Octal37332737511701451132134
Binary111110111101011111111101111110110010100110110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD7FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD7FD; }

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

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

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

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

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

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

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

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