Html Css Color HEX #FDEDC1 Oasis

📋 copy color: '#FDEDC1'

red 253 ◦ green 237 ◦ blue 193

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

Shades of Oasis #FDEDC1

Tints of Oasis #FDEDC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 28.26%

R = 37.04%
G = 34.7%
B = 28.26%

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

#FDEDC1 (or 0xFDEDC1) is known color: Oasis. HEX triplet: FD, ED and C1. RGB value is (253,237,193). Sum of RGB (Red+Green+Blue) = 253+237+193=683 (90% of max value = 765). Red value is 253 (99.22% from 255 or 37.04% from 683); Green value is 237 (92.97% from 255 or 34.70% from 683); Blue value is 193 (75.78% from 255 or 28.26% from 683); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEDC1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDEDC1 is #02123E. Grayscale: #ECECEC. Windows color (decimal): -135743 or 12709373. OLE color: 12709373.

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

Color convert

RGB 253 237 193 -
CMYK 0 0.06 0.24 0.01
HSL 44º 0.94% 0.87% -
HSV(B) 44º 0.24% 0.99% -
XYZ 80.42 85.3 62.68 -
YUV 236.77 103.3 139.58 -
System Red Green Blue C M Y K H S L
Decimal 253 237 193 0 0.06 0.24 0.01 44 0.94 0.87
Hex FD ED C1 0 6 18 1 2C 5E 57
Octal 375 355 301 0 6 30 1 54 136 127
Binary 11111101 11101101 11000001 0 110 11000 1 101100 1011110 1010111

Color Harmonies of #FDEDC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDEDC1

Black with #FDEDC1

Text Example


Text Example

White with #FDEDC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDEDC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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