#FBDEFF

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

Shades of Selago #FBDEFF

Tints of Selago #FBDEFF

Color information

#FBDEFF (or 0xFBDEFF) is unknown color: approx Selago. HEX triplet: FB, DE and FF. RGB value is (251,222,255). Sum of RGB (Red+Green+Blue) = 251+222+255=728 (96% of max value = 765). Red value is 251 (98.44% from 255 or 34.48% from 728); Green value is 222 (87.11% from 255 or 30.49% from 728); Blue value is 255 (100% from 255 or 35.03% from 728); Max value from RGB is 255 - color contains mainly: blue. Hex color #FBDEFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBDEFF is #042100. Grayscale: #EAEAEA. Windows color (decimal): -270593 or 16768763. OLE color: 16768763.

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

Color convert

RGB251222255-
CMYK0.020.1300
HSL292.73º100%93.53%-
HSV(B)292.73º12.94%100%-
XYZ83.9579.97105.62-
YUV234.43139.61139.82-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 34.48%
GREEN value IS 222 (87.11% from 255) = 30.49%
BLUE value IS 255 (100% from 255) = 35.03%
R=34.48%
G=30.49%
B=35.03%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2512222550.020.1300292.7310093.53
HexFBDEFF2D00125645e
Octal37333637721500445144136
Binary1111101111011110111111111011010010010010111001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDEFF; }

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

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

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

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

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

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

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

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