Html Css Color HEX #FBEDC1 Oasis

📋 copy color: '#FBEDC1'

red 251 ◦ green 237 ◦ blue 193

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

Shades of Oasis #FBEDC1

Tints of Oasis #FBEDC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 28.34%

R = 36.86%
G = 34.8%
B = 28.34%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.23

 K value IS 0.02

RGB Variations

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

Color information

#FBEDC1 (or 0xFBEDC1) is known color: Oasis. HEX triplet: FB, ED and C1. RGB value is (251,237,193). Sum of RGB (Red+Green+Blue) = 251+237+193=681 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.86% from 681); Green value is 237 (92.97% from 255 or 34.80% from 681); Blue value is 193 (75.78% from 255 or 28.34% from 681); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEDC1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBEDC1 is #04123E. Grayscale: #ECECEC. Windows color (decimal): -266815 or 12709371. OLE color: 12709371.

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

Color convert

RGB 251 237 193 -
CMYK 0 0.06 0.23 0.02
HSL 45.52º 0.88% 0.87% -
HSV(B) 45.52º 0.23% 0.98% -
XYZ 79.69 84.93 62.64 -
YUV 236.17 103.64 138.58 -
System Red Green Blue C M Y K H S L
Decimal 251 237 193 0 0.06 0.23 0.02 45.52 0.88 0.87
Hex FB ED C1 0 6 17 2 2E 58 57
Octal 373 355 301 0 6 27 2 56 130 127
Binary 11111011 11101101 11000001 0 110 10111 10 101110 1011000 1010111

Color Harmonies of #FBEDC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBEDC1

Black with #FBEDC1

Text Example


Text Example

White with #FBEDC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBEDC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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