#FBDCFE

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

Shades of Selago #FBDCFE

Tints of Selago #FBDCFE

Color information

#FBDCFE (or 0xFBDCFE) is unknown color: approx Selago. HEX triplet: FB, DC and FE. RGB value is (251,220,254). Sum of RGB (Red+Green+Blue) = 251+220+254=725 (96% of max value = 765). Red value is 251 (98.44% from 255 or 34.62% from 725); Green value is 220 (86.33% from 255 or 30.34% from 725); Blue value is 254 (99.61% from 255 or 35.03% from 725); Max value from RGB is 254 - color contains mainly: blue. Hex color #FBDCFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBDCFE is #042301. Grayscale: #E9E9E9. Windows color (decimal): -271106 or 16702715. OLE color: 16702715.

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

Color convert

RGB251220254-
CMYK0.010.1300.00
HSL294.71º94.44%92.94%-
HSV(B)294.71º13.39%99.61%-
XYZ83.2778.85104.6-
YUV233.14139.77140.74-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 34.62%
GREEN value IS 220 (86.33% from 255) = 30.34%
BLUE value IS 254 (99.61% from 255) = 35.03%
R=34.62%
G=30.34%
B=35.03%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2512202540.010.1300.00294.7194.4492.94
HexFBDCFE1D001275e5d
Octal37333437611500447136135
Binary111110111101110011111110111010010010011110111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDCFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDCFE; }

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

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

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

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

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

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

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

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