Html Css Color HEX #FFEDC2 Oasis

📋 copy color: '#FFEDC2'

red 255 ◦ green 237 ◦ blue 194

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

Shades of Oasis #FFEDC2

Tints of Oasis #FFEDC2

RGB

 RED value IS 255 (100% from 255) = 37.17%

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

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

R = 37.17%
G = 34.55%
B = 28.28%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.24

 K value IS 0

RGB Variations

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

Color information

#FFEDC2 (or 0xFFEDC2) is known color: Oasis. HEX triplet: FF, ED and C2. RGB value is (255,237,194). Sum of RGB (Red+Green+Blue) = 255+237+194=686 (90% of max value = 765). Red value is 255 (100% from 255 or 37.17% from 686); Green value is 237 (92.97% from 255 or 34.55% from 686); Blue value is 194 (76.17% from 255 or 28.28% from 686); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEDC2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFEDC2 is #00123D. Grayscale: #EDEDED. Windows color (decimal): -4670 or 12774911. OLE color: 12774911.

HSL color Cylindrical-coordinate representation of color #FFEDC2: hue angle of 42.3º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FFEDC2 is Cyan = 0, Magento = 0.07, Yellow = 0.24 and Black (K on CMYK) = 0.

Color convert

RGB 255 237 194 -
CMYK 0 0.07 0.24 0
HSL 42.3º 1% 0.88% -
HSV(B) 42.3º 0.24% 1% -
XYZ 81.26 85.72 63.3 -
YUV 237.48 103.46 140.5 -
System Red Green Blue C M Y K H S L
Decimal 255 237 194 0 0.07 0.24 0 42.3 1 0.88
Hex FF ED C2 0 7 18 0 2A 64 58
Octal 377 355 302 0 7 30 0 52 144 130
Binary 11111111 11101101 11000010 0 111 11000 0 101010 1100100 1011000

Color Harmonies of #FFEDC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFEDC2

Black with #FFEDC2

Text Example


Text Example

White with #FFEDC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFEDC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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