Html Css Color HEX #FEF2C0 Oasis

📋 copy color: '#FEF2C0'

red 254 ◦ green 242 ◦ blue 192

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

Shades of Oasis #FEF2C0

Tints of Oasis #FEF2C0

RGB

 RED value IS 254 (99.61% from 255) = 36.92%

 GREEN value IS 242 (94.92% from 255) = 35.17%

 BLUE value IS 192 (75.39% from 255) = 27.91%

R = 36.92%
G = 35.17%
B = 27.91%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.24

 K value IS 0.00

RGB Variations

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

Color information

#FEF2C0 (or 0xFEF2C0) is known color: Oasis. HEX triplet: FE, F2 and C0. RGB value is (254,242,192). Sum of RGB (Red+Green+Blue) = 254+242+192=688 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.92% from 688); Green value is 242 (94.92% from 255 or 35.17% from 688); Blue value is 192 (75.39% from 255 or 27.91% from 688); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF2C0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF2C0 is #010D3F. Grayscale: #F0F0F0. Windows color (decimal): -68928 or 12645118. OLE color: 12645118.

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

Color convert

RGB 254 242 192 -
CMYK 0 0.05 0.24 0.00
HSL 48.39º 0.97% 0.87% -
HSV(B) 48.39º 0.24% 1% -
XYZ 82.14 88.38 62.6 -
YUV 239.89 100.98 138.07 -
System Red Green Blue C M Y K H S L
Decimal 254 242 192 0 0.05 0.24 0.00 48.39 0.97 0.87
Hex FE F2 C0 0 5 18 0 30 61 57
Octal 376 362 300 0 5 30 0 60 141 127
Binary 11111110 11110010 11000000 0 101 11000 0 110000 1100001 1010111

Color Harmonies of #FEF2C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF2C0

Black with #FEF2C0

Text Example


Text Example

White with #FEF2C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF2C0; }

 p { color: rgb(254,242,192); }

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

background-color css

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

 a { background-color: rgb(254,242,192); }

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

border-color css

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

 span { border-color: rgb(254,242,192); }

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