Html Css Color HEX #FDEFBA Oasis

📋 copy color: '#FDEFBA'

red 253 ◦ green 239 ◦ blue 186

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

Shades of Oasis #FDEFBA

Tints of Oasis #FDEFBA

RGB

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

 GREEN value IS 239 (93.75% from 255) = 35.25%

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

R = 37.32%
G = 35.25%
B = 27.43%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.26

 K value IS 0.01

RGB Variations

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

Color information

#FDEFBA (or 0xFDEFBA) is known color: Oasis. HEX triplet: FD, EF and BA. RGB value is (253,239,186). Sum of RGB (Red+Green+Blue) = 253+239+186=678 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.32% from 678); Green value is 239 (93.75% from 255 or 35.25% from 678); Blue value is 186 (73.05% from 255 or 27.43% from 678); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEFBA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDEFBA is #021045. Grayscale: #EDEDED. Windows color (decimal): -135238 or 12251133. OLE color: 12251133.

HSL color Cylindrical-coordinate representation of color #FDEFBA: hue angle of 47.46º 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 #FDEFBA is Cyan = 0, Magento = 0.06, Yellow = 0.26 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 239 186 -
CMYK 0 0.06 0.26 0.01
HSL 47.46º 0.94% 0.86% -
HSV(B) 47.46º 0.26% 0.99% -
XYZ 80.24 86.16 58.86 -
YUV 237.14 99.14 139.31 -
System Red Green Blue C M Y K H S L
Decimal 253 239 186 0 0.06 0.26 0.01 47.46 0.94 0.86
Hex FD EF BA 0 6 1A 1 2F 5E 56
Octal 375 357 272 0 6 32 1 57 136 126
Binary 11111101 11101111 10111010 0 110 11010 1 101111 1011110 1010110

Color Harmonies of #FDEFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDEFBA

Black with #FDEFBA

Text Example


Text Example

White with #FDEFBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDEFBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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