Html Css Color HEX #F9EBBF Oasis

📋 copy color: '#F9EBBF'

red 249 ◦ green 235 ◦ blue 191

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

Shades of Oasis #F9EBBF

Tints of Oasis #F9EBBF

RGB

 RED value IS 249 (97.66% from 255) = 36.89%

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

 BLUE value IS 191 (75% from 255) = 28.3%

R = 36.89%
G = 34.81%
B = 28.3%

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

#F9EBBF (or 0xF9EBBF) is known color: Oasis. HEX triplet: F9, EB and BF. RGB value is (249,235,191). Sum of RGB (Red+Green+Blue) = 249+235+191=675 (89% of max value = 765). Red value is 249 (97.66% from 255 or 36.89% from 675); Green value is 235 (92.19% from 255 or 34.81% from 675); Blue value is 191 (75% from 255 or 28.30% from 675); Max value from RGB is 249 - color contains mainly: red. Hex color #F9EBBF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F9EBBF is #061440. Grayscale: #EAEAEA. Windows color (decimal): -398401 or 12577785. OLE color: 12577785.

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

Color convert

RGB 249 235 191 -
CMYK 0 0.06 0.23 0.02
HSL 45.52º 0.83% 0.86% -
HSV(B) 45.52º 0.23% 0.98% -
XYZ 78.18 83.32 61.25 -
YUV 234.17 103.64 138.58 -
System Red Green Blue C M Y K H S L
Decimal 249 235 191 0 0.06 0.23 0.02 45.52 0.83 0.86
Hex F9 EB BF 0 6 17 2 2E 53 56
Octal 371 353 277 0 6 27 2 56 123 126
Binary 11111001 11101011 10111111 0 110 10111 10 101110 1010011 1010110

Color Harmonies of #F9EBBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9EBBF

Black with #F9EBBF

Text Example


Text Example

White with #F9EBBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9EBBF; }

 p { color: rgb(249,235,191); }

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

background-color css

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

 a { background-color: rgb(249,235,191); }

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

border-color css

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

 span { border-color: rgb(249,235,191); }

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