#FBDEFB

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

Shades of Selago #FBDEFB

Tints of Selago #FBDEFB

Color information

#FBDEFB (or 0xFBDEFB) is unknown color: approx Selago. HEX triplet: FB, DE and FB. RGB value is (251,222,251). Sum of RGB (Red+Green+Blue) = 251+222+251=724 (95% of max value = 765). Red value is 251 (98.44% from 255 or 34.67% from 724); Green value is 222 (87.11% from 255 or 30.66% from 724); Blue value is 251 (98.44% from 255 or 34.67% from 724); Max value from RGB is 251 - color contains mainly: red, blue. Hex color #FBDEFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBDEFB is #042104. Grayscale: #E9E9E9. Windows color (decimal): -270597 or 16506619. OLE color: 16506619.

HSL color Cylindrical-coordinate representation of color #FBDEFB: hue angle of 300º degrees, saturation: 0.78, 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 #FBDEFB is Cyan = 0, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB251222251-
CMYK00.1200.02
HSL300º78.38%92.75%-
HSV(B)300º11.55%98.43%-
XYZ83.3279.72102.26-
YUV233.98137.61140.14-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 34.67%
GREEN value IS 222 (87.11% from 255) = 30.66%
BLUE value IS 251 (98.44% from 255) = 34.67%
R=34.67%
G=30.66%
B=34.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25122225100.1200.0230078.3892.75
HexFBDEFB0C0212c4e5d
Octal37333637301402454116135
Binary1111101111011110111110110110001010010110010011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDEFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDEFB; }

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

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

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

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

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

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

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

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