#FBEFCA

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

Shades of Oasis #FBEFCA

Tints of Oasis #FBEFCA

Color information

#FBEFCA (or 0xFBEFCA) is unknown color: approx Oasis. HEX triplet: FB, EF and CA. RGB value is (251,239,202). Sum of RGB (Red+Green+Blue) = 251+239+202=692 (91% of max value = 765). Red value is 251 (98.44% from 255 or 36.27% from 692); Green value is 239 (93.75% from 255 or 34.54% from 692); Blue value is 202 (79.30% from 255 or 29.19% from 692); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEFCA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBEFCA is #041035. Grayscale: #EEEEEE. Windows color (decimal): -266294 or 13299707. OLE color: 13299707.

HSL color Cylindrical-coordinate representation of color #FBEFCA: hue angle of 45.31º 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 #FBEFCA is Cyan = 0, Magento = 0.05, Yellow = 0.20 and Black (K on CMYK) = 0.02.

Color convert

RGB251239202-
CMYK00.050.200.02
HSL45.31º85.96%88.82%-
HSV(B)45.31º19.52%98.43%-
XYZ81.3186.5168.29-
YUV238.37107.48137.01-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.27%
GREEN value IS 239 (93.75% from 255) = 34.54%
BLUE value IS 202 (79.30% from 255) = 29.19%
R=36.27%
G=34.54%
B=29.19%

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
Decimal25123920200.050.200.0245.3185.9688.82
HexFBEFCA051422d5659
Octal3733573120524255126131
Binary1111101111101111110010100101101001010110110101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBEFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBEFCA; }

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

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

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

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

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

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

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

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