Html Css Color HEX #FDEDC7 Oasis

📋 copy color: '#FDEDC7'

red 253 ◦ green 237 ◦ blue 199

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

Shades of Oasis #FDEDC7

Tints of Oasis #FDEDC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 28.88%

R = 36.72%
G = 34.4%
B = 28.88%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.21

 K value IS 0.01

RGB Variations

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

Color information

#FDEDC7 (or 0xFDEDC7) is known color: Oasis. HEX triplet: FD, ED and C7. RGB value is (253,237,199). Sum of RGB (Red+Green+Blue) = 253+237+199=689 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.72% from 689); Green value is 237 (92.97% from 255 or 34.40% from 689); Blue value is 199 (78.12% from 255 or 28.88% from 689); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEDC7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDEDC7 is #021238. Grayscale: #EDEDED. Windows color (decimal): -135737 or 13102589. OLE color: 13102589.

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

Color convert

RGB 253 237 199 -
CMYK 0 0.06 0.21 0.01
HSL 42.22º 0.93% 0.89% -
HSV(B) 42.22º 0.21% 0.99% -
XYZ 81.1 85.57 66.28 -
YUV 237.45 106.3 139.09 -
System Red Green Blue C M Y K H S L
Decimal 253 237 199 0 0.06 0.21 0.01 42.22 0.93 0.89
Hex FD ED C7 0 6 15 1 2A 5D 59
Octal 375 355 307 0 6 25 1 52 135 131
Binary 11111101 11101101 11000111 0 110 10101 1 101010 1011101 1011001

Color Harmonies of #FDEDC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDEDC7

Black with #FDEDC7

Text Example


Text Example

White with #FDEDC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDEDC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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