Html Css Color HEX #FFF1BF Oasis

📋 copy color: '#FFF1BF'

red 255 ◦ green 241 ◦ blue 191

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

Shades of Oasis #FFF1BF

Tints of Oasis #FFF1BF

RGB

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

 GREEN value IS 241 (94.53% from 255) = 35.08%

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

R = 37.12%
G = 35.08%
B = 27.8%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.25

 K value IS 0

RGB Variations

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

Color information

#FFF1BF (or 0xFFF1BF) is known color: Oasis. HEX triplet: FF, F1 and BF. RGB value is (255,241,191). Sum of RGB (Red+Green+Blue) = 255+241+191=687 (90% of max value = 765). Red value is 255 (100% from 255 or 37.12% from 687); Green value is 241 (94.53% from 255 or 35.08% from 687); Blue value is 191 (75% from 255 or 27.80% from 687); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF1BF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF1BF is #000E40. Grayscale: #EFEFEF. Windows color (decimal): -3649 or 12579327. OLE color: 12579327.

HSL color Cylindrical-coordinate representation of color #FFF1BF: hue angle of 46.88º 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 #FFF1BF is Cyan = 0, Magento = 0.05, Yellow = 0.25 and Black (K on CMYK) = 0.

Color convert

RGB 255 241 191 -
CMYK 0 0.05 0.25 0
HSL 46.88º 1% 0.87% -
HSV(B) 46.88º 0.25% 1% -
XYZ 82.1 87.93 61.94 -
YUV 239.49 100.64 139.07 -
System Red Green Blue C M Y K H S L
Decimal 255 241 191 0 0.05 0.25 0 46.88 1 0.87
Hex FF F1 BF 0 5 19 0 2F 64 57
Octal 377 361 277 0 5 31 0 57 144 127
Binary 11111111 11110001 10111111 0 101 11001 0 101111 1100100 1010111

Color Harmonies of #FFF1BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF1BF

Black with #FFF1BF

Text Example


Text Example

White with #FFF1BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF1BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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