Html Css Color HEX #FBEBC5 Oasis

📋 copy color: '#FBEBC5'

red 251 ◦ green 235 ◦ blue 197

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

Shades of Oasis #FBEBC5

Tints of Oasis #FBEBC5

RGB

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

 GREEN value IS 235 (92.19% from 255) = 34.41%

 BLUE value IS 197 (77.34% from 255) = 28.84%

R = 36.75%
G = 34.41%
B = 28.84%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.22

 K value IS 0.02

RGB Variations

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

Color information

#FBEBC5 (or 0xFBEBC5) is known color: Oasis. HEX triplet: FB, EB and C5. RGB value is (251,235,197). Sum of RGB (Red+Green+Blue) = 251+235+197=683 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.75% from 683); Green value is 235 (92.19% from 255 or 34.41% from 683); Blue value is 197 (77.34% from 255 or 28.84% from 683); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEBC5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBEBC5 is #04143A. Grayscale: #EBEBEB. Windows color (decimal): -267323 or 12971003. OLE color: 12971003.

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

Color convert

RGB 251 235 197 -
CMYK 0 0.06 0.22 0.02
HSL 42.22º 0.87% 0.88% -
HSV(B) 42.22º 0.22% 0.98% -
XYZ 79.57 83.96 64.83 -
YUV 235.45 106.3 139.09 -
System Red Green Blue C M Y K H S L
Decimal 251 235 197 0 0.06 0.22 0.02 42.22 0.87 0.88
Hex FB EB C5 0 6 16 2 2A 57 58
Octal 373 353 305 0 6 26 2 52 127 130
Binary 11111011 11101011 11000101 0 110 10110 10 101010 1010111 1011000

Color Harmonies of #FBEBC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBEBC5

Black with #FBEBC5

Text Example


Text Example

White with #FBEBC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBEBC5; }

 p { color: rgb(251,235,197); }

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

background-color css

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

 a { background-color: rgb(251,235,197); }

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

border-color css

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

 span { border-color: rgb(251,235,197); }

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