Html Css Color HEX #FDF1BE Oasis

📋 copy color: '#FDF1BE'

red 253 ◦ green 241 ◦ blue 190

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

Shades of Oasis #FDF1BE

Tints of Oasis #FDF1BE

RGB

 RED value IS 253 (99.22% from 255) = 36.99%

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

 BLUE value IS 190 (74.61% from 255) = 27.78%

R = 36.99%
G = 35.23%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.25

 K value IS 0.01

RGB Variations

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

Color information

#FDF1BE (or 0xFDF1BE) is known color: Oasis. HEX triplet: FD, F1 and BE. RGB value is (253,241,190). Sum of RGB (Red+Green+Blue) = 253+241+190=684 (90% of max value = 765). Red value is 253 (99.22% from 255 or 36.99% from 684); Green value is 241 (94.53% from 255 or 35.23% from 684); Blue value is 190 (74.61% from 255 or 27.78% from 684); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF1BE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF1BE is #020E41. Grayscale: #EEEEEE. Windows color (decimal): -134722 or 12513789. OLE color: 12513789.

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

Color convert

RGB 253 241 190 -
CMYK 0 0.05 0.25 0.01
HSL 48.57º 0.94% 0.87% -
HSV(B) 48.57º 0.25% 0.99% -
XYZ 81.26 87.51 61.32 -
YUV 238.77 100.48 138.15 -
System Red Green Blue C M Y K H S L
Decimal 253 241 190 0 0.05 0.25 0.01 48.57 0.94 0.87
Hex FD F1 BE 0 5 19 1 31 5E 57
Octal 375 361 276 0 5 31 1 61 136 127
Binary 11111101 11110001 10111110 0 101 11001 1 110001 1011110 1010111

Color Harmonies of #FDF1BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF1BE

Black with #FDF1BE

Text Example


Text Example

White with #FDF1BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF1BE; }

 p { color: rgb(253,241,190); }

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

background-color css

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

 a { background-color: rgb(253,241,190); }

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

border-color css

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

 span { border-color: rgb(253,241,190); }

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