Html Css Color HEX #FEF1C7 Oasis

📋 copy color: '#FEF1C7'

red 254 ◦ green 241 ◦ blue 199

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

Shades of Oasis #FEF1C7

Tints of Oasis #FEF1C7

RGB

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

 GREEN value IS 241 (94.53% from 255) = 34.73%

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

R = 36.6%
G = 34.73%
B = 28.67%

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

#FEF1C7 (or 0xFEF1C7) is known color: Oasis. HEX triplet: FE, F1 and C7. RGB value is (254,241,199). Sum of RGB (Red+Green+Blue) = 254+241+199=694 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.60% from 694); Green value is 241 (94.53% from 255 or 34.73% from 694); Blue value is 199 (78.12% from 255 or 28.67% from 694); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF1C7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF1C7 is #010E38. Grayscale: #F0F0F0. Windows color (decimal): -69177 or 13103614. OLE color: 13103614.

HSL color Cylindrical-coordinate representation of color #FEF1C7: hue angle of 45.82º 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 #FEF1C7 is Cyan = 0, Magento = 0.05, Yellow = 0.22 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 241 199 -
CMYK 0 0.05 0.22 0.00
HSL 45.82º 0.96% 0.89% -
HSV(B) 45.82º 0.22% 1% -
XYZ 82.64 88.1 66.68 -
YUV 240.1 104.81 137.92 -
System Red Green Blue C M Y K H S L
Decimal 254 241 199 0 0.05 0.22 0.00 45.82 0.96 0.89
Hex FE F1 C7 0 5 16 0 2E 60 59
Octal 376 361 307 0 5 26 0 56 140 131
Binary 11111110 11110001 11000111 0 101 10110 0 101110 1100000 1011001

Color Harmonies of #FEF1C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF1C7

Black with #FEF1C7

Text Example


Text Example

White with #FEF1C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF1C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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