Html Css Color HEX #FDEDC2 Oasis

📋 copy color: '#FDEDC2'

red 253 ◦ green 237 ◦ blue 194

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

Shades of Oasis #FDEDC2

Tints of Oasis #FDEDC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 28.36%

R = 36.99%
G = 34.65%
B = 28.36%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.23

 K value IS 0.01

RGB Variations

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

Color information

#FDEDC2 (or 0xFDEDC2) is known color: Oasis. HEX triplet: FD, ED and C2. RGB value is (253,237,194). Sum of RGB (Red+Green+Blue) = 253+237+194=684 (90% of max value = 765). Red value is 253 (99.22% from 255 or 36.99% from 684); Green value is 237 (92.97% from 255 or 34.65% from 684); Blue value is 194 (76.17% from 255 or 28.36% from 684); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEDC2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDEDC2 is #02123D. Grayscale: #EDEDED. Windows color (decimal): -135742 or 12774909. OLE color: 12774909.

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

Color convert

RGB 253 237 194 -
CMYK 0 0.06 0.23 0.01
HSL 43.73º 0.94% 0.88% -
HSV(B) 43.73º 0.23% 0.99% -
XYZ 80.53 85.35 63.27 -
YUV 236.88 103.8 139.5 -
System Red Green Blue C M Y K H S L
Decimal 253 237 194 0 0.06 0.23 0.01 43.73 0.94 0.88
Hex FD ED C2 0 6 17 1 2C 5E 58
Octal 375 355 302 0 6 27 1 54 136 130
Binary 11111101 11101101 11000010 0 110 10111 1 101100 1011110 1011000

Color Harmonies of #FDEDC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDEDC2

Black with #FDEDC2

Text Example


Text Example

White with #FDEDC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDEDC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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