Html Css Color HEX #FDEAC5 Oasis

📋 copy color: '#FDEAC5'

red 253 ◦ green 234 ◦ blue 197

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

Shades of Oasis #FDEAC5

Tints of Oasis #FDEAC5

RGB

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

 GREEN value IS 234 (91.8% from 255) = 34.21%

 BLUE value IS 197 (77.34% from 255) = 28.8%

R = 36.99%
G = 34.21%
B = 28.8%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.22

 K value IS 0.01

RGB Variations

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

Color information

#FDEAC5 (or 0xFDEAC5) is known color: Oasis. HEX triplet: FD, EA and C5. RGB value is (253,234,197). Sum of RGB (Red+Green+Blue) = 253+234+197=684 (90% of max value = 765). Red value is 253 (99.22% from 255 or 36.99% from 684); Green value is 234 (91.80% from 255 or 34.21% from 684); Blue value is 197 (77.34% from 255 or 28.80% from 684); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEAC5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDEAC5 is #02153A. Grayscale: #EBEBEB. Windows color (decimal): -136507 or 12970749. OLE color: 12970749.

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

Color convert

RGB 253 234 197 -
CMYK 0 0.08 0.22 0.01
HSL 39.64º 0.93% 0.88% -
HSV(B) 39.64º 0.22% 0.99% -
XYZ 80.01 83.76 64.77 -
YUV 235.46 106.29 140.51 -
System Red Green Blue C M Y K H S L
Decimal 253 234 197 0 0.08 0.22 0.01 39.64 0.93 0.88
Hex FD EA C5 0 8 16 1 28 5D 58
Octal 375 352 305 0 10 26 1 50 135 130
Binary 11111101 11101010 11000101 0 1000 10110 1 101000 1011101 1011000

Color Harmonies of #FDEAC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDEAC5

Black with #FDEAC5

Text Example


Text Example

White with #FDEAC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDEAC5; }

 p { color: rgb(253,234,197); }

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

background-color css

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

 a { background-color: rgb(253,234,197); }

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

border-color css

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

 span { border-color: rgb(253,234,197); }

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