Html Css Color HEX #FDF0BA Oasis

📋 copy color: '#FDF0BA'

red 253 ◦ green 240 ◦ blue 186

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

Shades of Oasis #FDF0BA

Tints of Oasis #FDF0BA

RGB

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

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

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

R = 37.26%
G = 35.35%
B = 27.39%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.26

 K value IS 0.01

RGB Variations

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

Color information

#FDF0BA (or 0xFDF0BA) is known color: Oasis. HEX triplet: FD, F0 and BA. RGB value is (253,240,186). Sum of RGB (Red+Green+Blue) = 253+240+186=679 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.26% from 679); Green value is 240 (94.14% from 255 or 35.35% from 679); Blue value is 186 (73.05% from 255 or 27.39% from 679); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF0BA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF0BA is #020F45. Grayscale: #EDEDED. Windows color (decimal): -134982 or 12251389. OLE color: 12251389.

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

Color convert

RGB 253 240 186 -
CMYK 0 0.05 0.26 0.01
HSL 48.36º 0.94% 0.86% -
HSV(B) 48.36º 0.26% 0.99% -
XYZ 80.53 86.75 58.95 -
YUV 237.73 98.81 138.89 -
System Red Green Blue C M Y K H S L
Decimal 253 240 186 0 0.05 0.26 0.01 48.36 0.94 0.86
Hex FD F0 BA 0 5 1A 1 30 5E 56
Octal 375 360 272 0 5 32 1 60 136 126
Binary 11111101 11110000 10111010 0 101 11010 1 110000 1011110 1010110

Color Harmonies of #FDF0BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF0BA

Black with #FDF0BA

Text Example


Text Example

White with #FDF0BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF0BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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