Html Css Color HEX #FDEEBF Oasis

📋 copy color: '#FDEEBF'

red 253 ◦ green 238 ◦ blue 191

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

Shades of Oasis #FDEEBF

Tints of Oasis #FDEEBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 28.01%

R = 37.1%
G = 34.9%
B = 28.01%

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

#FDEEBF (or 0xFDEEBF) is known color: Oasis. HEX triplet: FD, EE and BF. RGB value is (253,238,191). Sum of RGB (Red+Green+Blue) = 253+238+191=682 (90% of max value = 765). Red value is 253 (99.22% from 255 or 37.10% from 682); Green value is 238 (93.36% from 255 or 34.90% from 682); Blue value is 191 (75% from 255 or 28.01% from 682); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEEBF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDEEBF is #021140. Grayscale: #EDEDED. Windows color (decimal): -135489 or 12578557. OLE color: 12578557.

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

Color convert

RGB 253 238 191 -
CMYK 0 0.06 0.25 0.01
HSL 45.48º 0.94% 0.87% -
HSV(B) 45.48º 0.25% 0.99% -
XYZ 80.49 85.79 61.61 -
YUV 237.13 101.97 139.32 -
System Red Green Blue C M Y K H S L
Decimal 253 238 191 0 0.06 0.25 0.01 45.48 0.94 0.87
Hex FD EE BF 0 6 19 1 2D 5E 57
Octal 375 356 277 0 6 31 1 55 136 127
Binary 11111101 11101110 10111111 0 110 11001 1 101101 1011110 1010111

Color Harmonies of #FDEEBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDEEBF

Black with #FDEEBF

Text Example


Text Example

White with #FDEEBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDEEBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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