Html Css Color HEX #FDEEBE Oasis

📋 copy color: '#FDEEBE'

red 253 ◦ green 238 ◦ blue 190

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

Shades of Oasis #FDEEBE

Tints of Oasis #FDEEBE

RGB

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

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

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

R = 37.15%
G = 34.95%
B = 27.9%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.25

 K value IS 0.01

RGB Variations

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

Color information

#FDEEBE (or 0xFDEEBE) is known color: Oasis. HEX triplet: FD, EE and BE. RGB value is (253,238,190). Sum of RGB (Red+Green+Blue) = 253+238+190=681 (90% of max value = 765). Red value is 253 (99.22% from 255 or 37.15% from 681); Green value is 238 (93.36% from 255 or 34.95% from 681); Blue value is 190 (74.61% from 255 or 27.90% from 681); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEEBE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDEEBE is #021141. Grayscale: #EDEDED. Windows color (decimal): -135490 or 12513021. OLE color: 12513021.

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

Color convert

RGB 253 238 190 -
CMYK 0 0.06 0.25 0.01
HSL 45.71º 0.94% 0.87% -
HSV(B) 45.71º 0.25% 0.99% -
XYZ 80.38 85.75 61.03 -
YUV 237.01 101.47 139.4 -
System Red Green Blue C M Y K H S L
Decimal 253 238 190 0 0.06 0.25 0.01 45.71 0.94 0.87
Hex FD EE BE 0 6 19 1 2E 5E 57
Octal 375 356 276 0 6 31 1 56 136 127
Binary 11111101 11101110 10111110 0 110 11001 1 101110 1011110 1010111

Color Harmonies of #FDEEBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDEEBE

Black with #FDEEBE

Text Example


Text Example

White with #FDEEBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDEEBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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