Html Css Color HEX #FBEDC6 Oasis

📋 copy color: '#FBEDC6'

red 251 ◦ green 237 ◦ blue 198

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

Shades of Oasis #FBEDC6

Tints of Oasis #FBEDC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 28.86%

R = 36.59%
G = 34.55%
B = 28.86%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.21

 K value IS 0.02

RGB Variations

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

Color information

#FBEDC6 (or 0xFBEDC6) is known color: Oasis. HEX triplet: FB, ED and C6. RGB value is (251,237,198). Sum of RGB (Red+Green+Blue) = 251+237+198=686 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.59% from 686); Green value is 237 (92.97% from 255 or 34.55% from 686); Blue value is 198 (77.73% from 255 or 28.86% from 686); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEDC6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBEDC6 is #041239. Grayscale: #ECECEC. Windows color (decimal): -266810 or 13037051. OLE color: 13037051.

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

Color convert

RGB 251 237 198 -
CMYK 0 0.06 0.21 0.02
HSL 44.15º 0.87% 0.88% -
HSV(B) 44.15º 0.21% 0.98% -
XYZ 80.26 85.15 65.63 -
YUV 236.74 106.14 138.17 -
System Red Green Blue C M Y K H S L
Decimal 251 237 198 0 0.06 0.21 0.02 44.15 0.87 0.88
Hex FB ED C6 0 6 15 2 2C 57 58
Octal 373 355 306 0 6 25 2 54 127 130
Binary 11111011 11101101 11000110 0 110 10101 10 101100 1010111 1011000

Color Harmonies of #FBEDC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBEDC6

Black with #FBEDC6

Text Example


Text Example

White with #FBEDC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBEDC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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