Html Css Color HEX #F9EFCB Oasis

📋 copy color: '#F9EFCB'

red 249 ◦ green 239 ◦ blue 203

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

Shades of Oasis #F9EFCB

Tints of Oasis #F9EFCB

RGB

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

 GREEN value IS 239 (93.75% from 255) = 34.59%

 BLUE value IS 203 (79.69% from 255) = 29.38%

R = 36.03%
G = 34.59%
B = 29.38%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#F9EFCB (or 0xF9EFCB) is known color: Oasis. HEX triplet: F9, EF and CB. RGB value is (249,239,203). Sum of RGB (Red+Green+Blue) = 249+239+203=691 (91% of max value = 765). Red value is 249 (97.66% from 255 or 36.03% from 691); Green value is 239 (93.75% from 255 or 34.59% from 691); Blue value is 203 (79.69% from 255 or 29.38% from 691); Max value from RGB is 249 - color contains mainly: red. Hex color #F9EFCB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F9EFCB is #061034. Grayscale: #EEEEEE. Windows color (decimal): -397365 or 13365241. OLE color: 13365241.

HSL color Cylindrical-coordinate representation of color #F9EFCB: hue angle of 46.96º degrees, saturation: 0.79, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F9EFCB is Cyan = 0, Magento = 0.04, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 239 203 -
CMYK 0 0.04 0.18 0.02
HSL 46.96º 0.79% 0.89% -
HSV(B) 46.96º 0.18% 0.98% -
XYZ 80.71 86.18 68.88 -
YUV 237.89 108.31 135.93 -
System Red Green Blue C M Y K H S L
Decimal 249 239 203 0 0.04 0.18 0.02 46.96 0.79 0.89
Hex F9 EF CB 0 4 12 2 2F 4F 59
Octal 371 357 313 0 4 22 2 57 117 131
Binary 11111001 11101111 11001011 0 100 10010 10 101111 1001111 1011001

Color Harmonies of #F9EFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9EFCB

Black with #F9EFCB

Text Example


Text Example

White with #F9EFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9EFCB; }

 p { color: rgb(249,239,203); }

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

background-color css

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

 a { background-color: rgb(249,239,203); }

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

border-color css

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

 span { border-color: rgb(249,239,203); }

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