#FBDBFD

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

Shades of Selago #FBDBFD

Tints of Selago #FBDBFD

Color information

#FBDBFD (or 0xFBDBFD) is unknown color: approx Selago. HEX triplet: FB, DB and FD. RGB value is (251,219,253). Sum of RGB (Red+Green+Blue) = 251+219+253=723 (95% of max value = 765). Red value is 251 (98.44% from 255 or 34.72% from 723); Green value is 219 (85.94% from 255 or 30.29% from 723); Blue value is 253 (99.22% from 255 or 34.99% from 723); Max value from RGB is 253 - color contains mainly: blue. Hex color #FBDBFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBDBFD is #042402. Grayscale: #E8E8E8. Windows color (decimal): -271363 or 16636923. OLE color: 16636923.

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

Color convert

RGB251219253-
CMYK0.010.1300.01
HSL296.47º89.47%92.55%-
HSV(B)296.47º13.44%99.22%-
XYZ82.8478.26103.67-
YUV232.44139.6141.24-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 34.72%
GREEN value IS 219 (85.94% from 255) = 30.29%
BLUE value IS 253 (99.22% from 255) = 34.99%
R=34.72%
G=30.29%
B=34.99%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2512192530.010.1300.01296.4789.4792.55
HexFBDBFD1D01128595d
Octal37333337511501450131135
Binary111110111101101111111101111010110010100010110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDBFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDBFD; }

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

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

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

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

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

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

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

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