Html Css Color HEX #FFF0BA Oasis

📋 copy color: '#FFF0BA'

red 255 ◦ green 240 ◦ blue 186

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

Shades of Oasis #FFF0BA

Tints of Oasis #FFF0BA

RGB

 RED value IS 255 (100% from 255) = 37.44%

 GREEN value IS 240 (94.14% from 255) = 35.24%

 BLUE value IS 186 (73.05% from 255) = 27.31%

R = 37.44%
G = 35.24%
B = 27.31%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.27

 K value IS 0

RGB Variations

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

Color information

#FFF0BA (or 0xFFF0BA) is known color: Oasis. HEX triplet: FF, F0 and BA. RGB value is (255,240,186). Sum of RGB (Red+Green+Blue) = 255+240+186=681 (90% of max value = 765). Red value is 255 (100% from 255 or 37.44% from 681); Green value is 240 (94.14% from 255 or 35.24% from 681); Blue value is 186 (73.05% from 255 or 27.31% from 681); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF0BA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF0BA is #000F45. Grayscale: #EEEEEE. Windows color (decimal): -3910 or 12251391. OLE color: 12251391.

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

Color convert

RGB 255 240 186 -
CMYK 0 0.06 0.27 0
HSL 46.96º 1% 0.86% -
HSV(B) 46.96º 0.27% 1% -
XYZ 81.26 87.13 58.99 -
YUV 238.33 98.47 139.89 -
System Red Green Blue C M Y K H S L
Decimal 255 240 186 0 0.06 0.27 0 46.96 1 0.86
Hex FF F0 BA 0 6 1B 0 2F 64 56
Octal 377 360 272 0 6 33 0 57 144 126
Binary 11111111 11110000 10111010 0 110 11011 0 101111 1100100 1010110

Color Harmonies of #FFF0BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF0BA

Black with #FFF0BA

Text Example


Text Example

White with #FFF0BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF0BA; }

 p { color: rgb(255,240,186); }

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

background-color css

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

 a { background-color: rgb(255,240,186); }

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

border-color css

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

 span { border-color: rgb(255,240,186); }

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