#FBDDFD

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

Shades of Selago #FBDDFD

Tints of Selago #FBDDFD

Color information

#FBDDFD (or 0xFBDDFD) is unknown color: approx Selago. HEX triplet: FB, DD and FD. RGB value is (251,221,253). Sum of RGB (Red+Green+Blue) = 251+221+253=725 (96% of max value = 765). Red value is 251 (98.44% from 255 or 34.62% from 725); Green value is 221 (86.72% from 255 or 30.48% from 725); Blue value is 253 (99.22% from 255 or 34.90% from 725); Max value from RGB is 253 - color contains mainly: blue. Hex color #FBDDFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBDDFD is #042202. Grayscale: #E9E9E9. Windows color (decimal): -270851 or 16637435. OLE color: 16637435.

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

Color convert

RGB251221253-
CMYK0.010.1300.01
HSL296.25º88.89%92.94%-
HSV(B)296.25º12.65%99.22%-
XYZ83.3779.31103.84-
YUV233.62138.94140.4-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 34.62%
GREEN value IS 221 (86.72% from 255) = 30.48%
BLUE value IS 253 (99.22% from 255) = 34.90%
R=34.62%
G=30.48%
B=34.90%

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
Decimal2512212530.010.1300.01296.2588.8992.94
HexFBDDFD1D01128595d
Octal37333537511501450131135
Binary111110111101110111111101111010110010100010110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDDFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDDFD; }

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

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

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

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

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

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

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

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