Html Css Color HEX #FEF1C6 Oasis

📋 copy color: '#FEF1C6'

red 254 ◦ green 241 ◦ blue 198

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

Shades of Oasis #FEF1C6

Tints of Oasis #FEF1C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 28.57%

R = 36.65%
G = 34.78%
B = 28.57%

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

#FEF1C6 (or 0xFEF1C6) is known color: Oasis. HEX triplet: FE, F1 and C6. RGB value is (254,241,198). Sum of RGB (Red+Green+Blue) = 254+241+198=693 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.65% from 693); Green value is 241 (94.53% from 255 or 34.78% from 693); Blue value is 198 (77.73% from 255 or 28.57% from 693); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF1C6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF1C6 is #010E39. Grayscale: #F0F0F0. Windows color (decimal): -69178 or 13038078. OLE color: 13038078.

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

Color convert

RGB 254 241 198 -
CMYK 0 0.05 0.22 0.00
HSL 46.07º 0.97% 0.89% -
HSV(B) 46.07º 0.22% 1% -
XYZ 82.52 88.06 66.07 -
YUV 239.99 104.31 138 -
System Red Green Blue C M Y K H S L
Decimal 254 241 198 0 0.05 0.22 0.00 46.07 0.97 0.89
Hex FE F1 C6 0 5 16 0 2E 61 59
Octal 376 361 306 0 5 26 0 56 141 131
Binary 11111110 11110001 11000110 0 101 10110 0 101110 1100001 1011001

Color Harmonies of #FEF1C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF1C6

Black with #FEF1C6

Text Example


Text Example

White with #FEF1C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF1C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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