Html Css Color HEX #FEF2C7 Oasis

📋 copy color: '#FEF2C7'

red 254 ◦ green 242 ◦ blue 199

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

Shades of Oasis #FEF2C7

Tints of Oasis #FEF2C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 28.63%

R = 36.55%
G = 34.82%
B = 28.63%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.22

 K value IS 0.00

RGB Variations

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

Color information

#FEF2C7 (or 0xFEF2C7) is known color: Oasis. HEX triplet: FE, F2 and C7. RGB value is (254,242,199). Sum of RGB (Red+Green+Blue) = 254+242+199=695 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.55% from 695); Green value is 242 (94.92% from 255 or 34.82% from 695); Blue value is 199 (78.12% from 255 or 28.63% from 695); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF2C7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF2C7 is #010D38. Grayscale: #F0F0F0. Windows color (decimal): -68921 or 13103870. OLE color: 13103870.

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

Color convert

RGB 254 242 199 -
CMYK 0 0.05 0.22 0.00
HSL 46.91º 0.96% 0.89% -
HSV(B) 46.91º 0.22% 1% -
XYZ 82.93 88.7 66.78 -
YUV 240.69 104.48 137.5 -
System Red Green Blue C M Y K H S L
Decimal 254 242 199 0 0.05 0.22 0.00 46.91 0.96 0.89
Hex FE F2 C7 0 5 16 0 2F 60 59
Octal 376 362 307 0 5 26 0 57 140 131
Binary 11111110 11110010 11000111 0 101 10110 0 101111 1100000 1011001

Color Harmonies of #FEF2C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF2C7

Black with #FEF2C7

Text Example


Text Example

White with #FEF2C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF2C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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