Html Css Color HEX #FDEDC0 Oasis

📋 copy color: '#FDEDC0'

red 253 ◦ green 237 ◦ blue 192

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

Shades of Oasis #FDEDC0

Tints of Oasis #FDEDC0

RGB

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

 GREEN value IS 237 (92.97% from 255) = 34.75%

 BLUE value IS 192 (75.39% from 255) = 28.15%

R = 37.1%
G = 34.75%
B = 28.15%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.24

 K value IS 0.01

RGB Variations

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

Color information

#FDEDC0 (or 0xFDEDC0) is known color: Oasis. HEX triplet: FD, ED and C0. RGB value is (253,237,192). Sum of RGB (Red+Green+Blue) = 253+237+192=682 (90% of max value = 765). Red value is 253 (99.22% from 255 or 37.10% from 682); Green value is 237 (92.97% from 255 or 34.75% from 682); Blue value is 192 (75.39% from 255 or 28.15% from 682); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEDC0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDEDC0 is #02123F. Grayscale: #ECECEC. Windows color (decimal): -135744 or 12643837. OLE color: 12643837.

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

Color convert

RGB 253 237 192 -
CMYK 0 0.06 0.24 0.01
HSL 44.26º 0.94% 0.87% -
HSV(B) 44.26º 0.24% 0.99% -
XYZ 80.31 85.26 62.09 -
YUV 236.65 102.8 139.66 -
System Red Green Blue C M Y K H S L
Decimal 253 237 192 0 0.06 0.24 0.01 44.26 0.94 0.87
Hex FD ED C0 0 6 18 1 2C 5E 57
Octal 375 355 300 0 6 30 1 54 136 127
Binary 11111101 11101101 11000000 0 110 11000 1 101100 1011110 1010111

Color Harmonies of #FDEDC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDEDC0

Black with #FDEDC0

Text Example


Text Example

White with #FDEDC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDEDC0; }

 p { color: rgb(253,237,192); }

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

background-color css

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

 a { background-color: rgb(253,237,192); }

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

border-color css

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

 span { border-color: rgb(253,237,192); }

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