#FBDDFB

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

Shades of Selago #FBDDFB

Tints of Selago #FBDDFB

Color information

#FBDDFB (or 0xFBDDFB) is unknown color: approx Selago. HEX triplet: FB, DD and FB. RGB value is (251,221,251). Sum of RGB (Red+Green+Blue) = 251+221+251=723 (95% of max value = 765). Red value is 251 (98.44% from 255 or 34.72% from 723); Green value is 221 (86.72% from 255 or 30.57% from 723); Blue value is 251 (98.44% from 255 or 34.72% from 723); Max value from RGB is 251 - color contains mainly: red, blue. Hex color #FBDDFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBDDFB is #042204. Grayscale: #E9E9E9. Windows color (decimal): -270853 or 16506363. OLE color: 16506363.

HSL color Cylindrical-coordinate representation of color #FBDDFB: hue angle of 300º degrees, saturation: 0.79, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FBDDFB is Cyan = 0, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB251221251-
CMYK00.1200.02
HSL300º78.95%92.55%-
HSV(B)300º11.95%98.43%-
XYZ83.0579.19102.17-
YUV233.39137.94140.56-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 34.72%
GREEN value IS 221 (86.72% from 255) = 30.57%
BLUE value IS 251 (98.44% from 255) = 34.72%
R=34.72%
G=30.57%
B=34.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25122125100.1200.0230078.9592.55
HexFBDDFB0C0212c4f5d
Octal37333537301402454117135
Binary1111101111011101111110110110001010010110010011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDDFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDDFB; }

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

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

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

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

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

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

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

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