Html Css Color HEX #FDEEBB Oasis

📋 copy color: '#FDEEBB'

red 253 ◦ green 238 ◦ blue 187

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

Shades of Oasis #FDEEBB

Tints of Oasis #FDEEBB

RGB

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

 GREEN value IS 238 (93.36% from 255) = 35.1%

 BLUE value IS 187 (73.44% from 255) = 27.58%

R = 37.32%
G = 35.1%
B = 27.58%

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

#FDEEBB (or 0xFDEEBB) is known color: Oasis. HEX triplet: FD, EE and BB. RGB value is (253,238,187). Sum of RGB (Red+Green+Blue) = 253+238+187=678 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.32% from 678); Green value is 238 (93.36% from 255 or 35.10% from 678); Blue value is 187 (73.44% from 255 or 27.58% from 678); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEEBB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDEEBB is #021144. Grayscale: #ECECEC. Windows color (decimal): -135493 or 12316413. OLE color: 12316413.

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

Color convert

RGB 253 238 187 -
CMYK 0 0.06 0.26 0.01
HSL 46.36º 0.94% 0.86% -
HSV(B) 46.36º 0.26% 0.99% -
XYZ 80.05 85.62 59.32 -
YUV 236.67 99.97 139.65 -
System Red Green Blue C M Y K H S L
Decimal 253 238 187 0 0.06 0.26 0.01 46.36 0.94 0.86
Hex FD EE BB 0 6 1A 1 2E 5E 56
Octal 375 356 273 0 6 32 1 56 136 126
Binary 11111101 11101110 10111011 0 110 11010 1 101110 1011110 1010110

Color Harmonies of #FDEEBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDEEBB

Black with #FDEEBB

Text Example


Text Example

White with #FDEEBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDEEBB; }

 p { color: rgb(253,238,187); }

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

background-color css

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

 a { background-color: rgb(253,238,187); }

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

border-color css

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

 span { border-color: rgb(253,238,187); }

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