#FBDEFD

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

Shades of Selago #FBDEFD

Tints of Selago #FBDEFD

Color information

#FBDEFD (or 0xFBDEFD) is unknown color: approx Selago. HEX triplet: FB, DE and FD. RGB value is (251,222,253). Sum of RGB (Red+Green+Blue) = 251+222+253=726 (96% of max value = 765). Red value is 251 (98.44% from 255 or 34.57% from 726); Green value is 222 (87.11% from 255 or 30.58% from 726); Blue value is 253 (99.22% from 255 or 34.85% from 726); Max value from RGB is 253 - color contains mainly: blue. Hex color #FBDEFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBDEFD is #042102. Grayscale: #EAEAEA. Windows color (decimal): -270595 or 16637691. OLE color: 16637691.

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

Color convert

RGB251222253-
CMYK0.010.1200.01
HSL296.13º88.57%93.14%-
HSV(B)296.13º12.25%99.22%-
XYZ83.6379.84103.93-
YUV234.2138.61139.98-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 34.57%
GREEN value IS 222 (87.11% from 255) = 30.58%
BLUE value IS 253 (99.22% from 255) = 34.85%
R=34.57%
G=30.58%
B=34.85%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2512222530.010.1200.01296.1388.5793.14
HexFBDEFD1C01128595d
Octal37333637511401450131135
Binary111110111101111011111101111000110010100010110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDEFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDEFD; }

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

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

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

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

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

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

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

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