Html Css Color HEX #FEF2C9 Oasis

📋 copy color: '#FEF2C9'

red 254 ◦ green 242 ◦ blue 201

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

Shades of Oasis #FEF2C9

Tints of Oasis #FEF2C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 28.84%

R = 36.44%
G = 34.72%
B = 28.84%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.21

 K value IS 0.00

RGB Variations

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

Color information

#FEF2C9 (or 0xFEF2C9) is known color: Oasis. HEX triplet: FE, F2 and C9. RGB value is (254,242,201). Sum of RGB (Red+Green+Blue) = 254+242+201=697 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.44% from 697); Green value is 242 (94.92% from 255 or 34.72% from 697); Blue value is 201 (78.91% from 255 or 28.84% from 697); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF2C9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF2C9 is #010D36. Grayscale: #F1F1F1. Windows color (decimal): -68919 or 13234942. OLE color: 13234942.

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

Color convert

RGB 254 242 201 -
CMYK 0 0.05 0.21 0.00
HSL 46.42º 0.96% 0.89% -
HSV(B) 46.42º 0.21% 1% -
XYZ 83.17 88.79 68.01 -
YUV 240.91 105.48 137.33 -
System Red Green Blue C M Y K H S L
Decimal 254 242 201 0 0.05 0.21 0.00 46.42 0.96 0.89
Hex FE F2 C9 0 5 15 0 2E 60 59
Octal 376 362 311 0 5 25 0 56 140 131
Binary 11111110 11110010 11001001 0 101 10101 0 101110 1100000 1011001

Color Harmonies of #FEF2C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF2C9

Black with #FEF2C9

Text Example


Text Example

White with #FEF2C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF2C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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