Html Css Color HEX #F8EDC1 Oasis

📋 copy color: '#F8EDC1'

red 248 ◦ green 237 ◦ blue 193

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

Shades of Oasis #F8EDC1

Tints of Oasis #F8EDC1

RGB

 RED value IS 248 (97.27% from 255) = 36.58%

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

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

R = 36.58%
G = 34.96%
B = 28.47%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.22

 K value IS 0.03

RGB Variations

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

Color information

#F8EDC1 (or 0xF8EDC1) is known color: Oasis. HEX triplet: F8, ED and C1. RGB value is (248,237,193). Sum of RGB (Red+Green+Blue) = 248+237+193=678 (89% of max value = 765). Red value is 248 (97.27% from 255 or 36.58% from 678); Green value is 237 (92.97% from 255 or 34.96% from 678); Blue value is 193 (75.78% from 255 or 28.47% from 678); Max value from RGB is 248 - color contains mainly: red. Hex color #F8EDC1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F8EDC1 is #07123E. Grayscale: #EBEBEB. Windows color (decimal): -463423 or 12709368. OLE color: 12709368.

HSL color Cylindrical-coordinate representation of color #F8EDC1: hue angle of 48º degrees, saturation: 0.8, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F8EDC1 is Cyan = 0, Magento = 0.04, Yellow = 0.22 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 237 193 -
CMYK 0 0.04 0.22 0.03
HSL 48º 0.8% 0.86% -
HSV(B) 48º 0.22% 0.97% -
XYZ 78.62 84.38 62.59 -
YUV 235.27 104.14 137.08 -
System Red Green Blue C M Y K H S L
Decimal 248 237 193 0 0.04 0.22 0.03 48 0.8 0.86
Hex F8 ED C1 0 4 16 3 30 50 56
Octal 370 355 301 0 4 26 3 60 120 126
Binary 11111000 11101101 11000001 0 100 10110 11 110000 1010000 1010110

Color Harmonies of #F8EDC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8EDC1

Black with #F8EDC1

Text Example


Text Example

White with #F8EDC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8EDC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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