#FBEFC9

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

Shades of Oasis #FBEFC9

Tints of Oasis #FBEFC9

Color information

#FBEFC9 (or 0xFBEFC9) is unknown color: approx Oasis. HEX triplet: FB, EF and C9. RGB value is (251,239,201). Sum of RGB (Red+Green+Blue) = 251+239+201=691 (91% of max value = 765). Red value is 251 (98.44% from 255 or 36.32% from 691); Green value is 239 (93.75% from 255 or 34.59% from 691); Blue value is 201 (78.91% from 255 or 29.09% from 691); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEFC9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBEFC9 is #041036. Grayscale: #EEEEEE. Windows color (decimal): -266295 or 13234171. OLE color: 13234171.

HSL color Cylindrical-coordinate representation of color #FBEFC9: hue angle of 45.6º degrees, saturation: 0.86, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FBEFC9 is Cyan = 0, Magento = 0.05, Yellow = 0.20 and Black (K on CMYK) = 0.02.

Color convert

RGB251239201-
CMYK00.050.200.02
HSL45.6º86.21%88.63%-
HSV(B)45.6º19.92%98.43%-
XYZ81.1986.4667.67-
YUV238.26106.98137.09-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.32%
GREEN value IS 239 (93.75% from 255) = 34.59%
BLUE value IS 201 (78.91% from 255) = 29.09%
R=36.32%
G=34.59%
B=29.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.20
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25123920100.050.200.0245.686.2188.63
HexFBEFC9051422e5659
Octal3733573110524256126131
Binary1111101111101111110010010101101001010111010101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBEFC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBEFC9; }

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

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

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

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

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

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

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

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