Html Css Color HEX #FFF0BF Oasis

📋 copy color: '#FFF0BF'

red 255 ◦ green 240 ◦ blue 191

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

Shades of Oasis #FFF0BF

Tints of Oasis #FFF0BF

RGB

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

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

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

R = 37.17%
G = 34.99%
B = 27.84%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.25

 K value IS 0

RGB Variations

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

Color information

#FFF0BF (or 0xFFF0BF) is known color: Oasis. HEX triplet: FF, F0 and BF. RGB value is (255,240,191). Sum of RGB (Red+Green+Blue) = 255+240+191=686 (90% of max value = 765). Red value is 255 (100% from 255 or 37.17% from 686); Green value is 240 (94.14% from 255 or 34.99% from 686); Blue value is 191 (75% from 255 or 27.84% from 686); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF0BF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF0BF is #000F40. Grayscale: #EFEFEF. Windows color (decimal): -3905 or 12579071. OLE color: 12579071.

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

Color convert

RGB 255 240 191 -
CMYK 0 0.06 0.25 0
HSL 45.94º 1% 0.87% -
HSV(B) 45.94º 0.25% 1% -
XYZ 81.8 87.34 61.84 -
YUV 238.9 100.97 139.48 -
System Red Green Blue C M Y K H S L
Decimal 255 240 191 0 0.06 0.25 0 45.94 1 0.87
Hex FF F0 BF 0 6 19 0 2E 64 57
Octal 377 360 277 0 6 31 0 56 144 127
Binary 11111111 11110000 10111111 0 110 11001 0 101110 1100100 1010111

Color Harmonies of #FFF0BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF0BF

Black with #FFF0BF

Text Example


Text Example

White with #FFF0BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF0BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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