#FBEFF9

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

Shades of Selago #FBEFF9

Tints of Selago #FBEFF9

Color information

#FBEFF9 (or 0xFBEFF9) is unknown color: approx Selago. HEX triplet: FB, EF and F9. RGB value is (251,239,249). Sum of RGB (Red+Green+Blue) = 251+239+249=739 (97% of max value = 765). Red value is 251 (98.44% from 255 or 33.96% from 739); Green value is 239 (93.75% from 255 or 32.34% from 739); Blue value is 249 (97.66% from 255 or 33.69% from 739); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEFF9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBEFF9 is #041006. Grayscale: #F3F3F3. Windows color (decimal): -266247 or 16379899. OLE color: 16379899.

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

Color convert

RGB251239249-
CMYK00.050.010.02
HSL310º60%96.08%-
HSV(B)310º4.78%98.43%-
XYZ87.7589.08102.19-
YUV243.73130.98133.19-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 33.96%
GREEN value IS 239 (93.75% from 255) = 32.34%
BLUE value IS 249 (97.66% from 255) = 33.69%
R=33.96%
G=32.34%
B=33.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.01
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25123924900.050.010.023106096.08
HexFBEFF905121363c60
Octal373357371051246674140
Binary11111011111011111111100101011101001101101111001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBEFF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBEFF9; }

 p { color: rgb(251,239,249); }

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

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

 a { background-color: rgb(251,239,249); }

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

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

 span { border-color: rgb(251,239,249); }

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