#FBEDFA

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

Shades of Selago #FBEDFA

Tints of Selago #FBEDFA

Color information

#FBEDFA (or 0xFBEDFA) is unknown color: approx Selago. HEX triplet: FB, ED and FA. RGB value is (251,237,250). Sum of RGB (Red+Green+Blue) = 251+237+250=738 (97% of max value = 765). Red value is 251 (98.44% from 255 or 34.01% from 738); Green value is 237 (92.97% from 255 or 32.11% from 738); Blue value is 250 (98.05% from 255 or 33.88% from 738); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEDFA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBEDFA is #041205. Grayscale: #F2F2F2. Windows color (decimal): -266758 or 16444923. OLE color: 16444923.

HSL color Cylindrical-coordinate representation of color #FBEDFA: hue angle of 304.29º degrees, saturation: 0.64, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #FBEDFA is Cyan = 0, Magento = 0.06, Yellow = 0.00 and Black (K on CMYK) = 0.02.

Color convert

RGB251237250-
CMYK00.060.000.02
HSL304.29º63.64%95.69%-
HSV(B)304.29º5.58%98.43%-
XYZ87.3287.98102.82-
YUV242.67132.14133.94-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 34.01%
GREEN value IS 237 (92.97% from 255) = 32.11%
BLUE value IS 250 (98.05% from 255) = 33.88%
R=34.01%
G=32.11%
B=33.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.00
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25123725000.060.000.02304.2963.6495.69
HexFBEDFA06021304060
Octal3733553720602460100140
Binary111110111110110111111010011001010011000010000001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBEDFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBEDFA; }

 p { color: rgb(251,237,250); }

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

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

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

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

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

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

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