#FBDBFE

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

Shades of Selago #FBDBFE

Tints of Selago #FBDBFE

Color information

#FBDBFE (or 0xFBDBFE) is unknown color: approx Selago. HEX triplet: FB, DB and FE. RGB value is (251,219,254). Sum of RGB (Red+Green+Blue) = 251+219+254=724 (95% of max value = 765). Red value is 251 (98.44% from 255 or 34.67% from 724); Green value is 219 (85.94% from 255 or 30.25% from 724); Blue value is 254 (99.61% from 255 or 35.08% from 724); Max value from RGB is 254 - color contains mainly: blue. Hex color #FBDBFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBDBFE is #042401. Grayscale: #E8E8E8. Windows color (decimal): -271362 or 16702459. OLE color: 16702459.

HSL color Cylindrical-coordinate representation of color #FBDBFE: hue angle of 294.86º degrees, saturation: 0.95, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #FBDBFE is Cyan = 0.01, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB251219254-
CMYK0.010.1400.00
HSL294.86º94.59%92.75%-
HSV(B)294.86º13.78%99.61%-
XYZ8378.33104.51-
YUV232.56140.1141.15-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 34.67%
GREEN value IS 219 (85.94% from 255) = 30.25%
BLUE value IS 254 (99.61% from 255) = 35.08%
R=34.67%
G=30.25%
B=35.08%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2512192540.010.1400.00294.8694.5992.75
HexFBDBFE1E001275f5d
Octal37333337611600447137135
Binary111110111101101111111110111100010010011110111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDBFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDBFE; }

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

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

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

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

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

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

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

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