Html Css Color HEX #FBEDBE Oasis

📋 copy color: '#FBEDBE'

red 251 ◦ green 237 ◦ blue 190

#FBEDBE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Oasis #FBEDBE

Tints of Oasis #FBEDBE

RGB

 RED value IS 251 (98.44% from 255) = 37.02%

 GREEN value IS 237 (92.97% from 255) = 34.96%

 BLUE value IS 190 (74.61% from 255) = 28.02%

R = 37.02%
G = 34.96%
B = 28.02%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.24

 K value IS 0.02

RGB Variations

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

Color information

#FBEDBE (or 0xFBEDBE) is known color: Oasis. HEX triplet: FB, ED and BE. RGB value is (251,237,190). Sum of RGB (Red+Green+Blue) = 251+237+190=678 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.02% from 678); Green value is 237 (92.97% from 255 or 34.96% from 678); Blue value is 190 (74.61% from 255 or 28.02% from 678); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEDBE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBEDBE is #041241. Grayscale: #ECECEC. Windows color (decimal): -266818 or 12512763. OLE color: 12512763.

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

Color convert

RGB 251 237 190 -
CMYK 0 0.06 0.24 0.02
HSL 46.23º 0.88% 0.86% -
HSV(B) 46.23º 0.24% 0.98% -
XYZ 79.36 84.8 60.9 -
YUV 235.83 102.14 138.82 -
System Red Green Blue C M Y K H S L
Decimal 251 237 190 0 0.06 0.24 0.02 46.23 0.88 0.86
Hex FB ED BE 0 6 18 2 2E 58 56
Octal 373 355 276 0 6 30 2 56 130 126
Binary 11111011 11101101 10111110 0 110 11000 10 101110 1011000 1010110

Color Harmonies of #FBEDBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBEDBE

Black with #FBEDBE

Text Example


Text Example

White with #FBEDBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBEDBE; }

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

 H1.HeaderClassName
 {
   color: #FBEDBE;
 }
 .AnyTagClassName
 {
   color: #FBEDBE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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