Html Css Color HEX #FEF2C3 Oasis

📋 copy color: '#FEF2C3'

red 254 ◦ green 242 ◦ blue 195

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

Shades of Oasis #FEF2C3

Tints of Oasis #FEF2C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 28.22%

R = 36.76%
G = 35.02%
B = 28.22%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.23

 K value IS 0.00

RGB Variations

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

Color information

#FEF2C3 (or 0xFEF2C3) is known color: Oasis. HEX triplet: FE, F2 and C3. RGB value is (254,242,195). Sum of RGB (Red+Green+Blue) = 254+242+195=691 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.76% from 691); Green value is 242 (94.92% from 255 or 35.02% from 691); Blue value is 195 (76.56% from 255 or 28.22% from 691); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF2C3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF2C3 is #010D3C. Grayscale: #F0F0F0. Windows color (decimal): -68925 or 12841726. OLE color: 12841726.

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

Color convert

RGB 254 242 195 -
CMYK 0 0.05 0.23 0.00
HSL 47.8º 0.97% 0.88% -
HSV(B) 47.8º 0.23% 1% -
XYZ 82.48 88.52 64.37 -
YUV 240.23 102.48 137.82 -
System Red Green Blue C M Y K H S L
Decimal 254 242 195 0 0.05 0.23 0.00 47.8 0.97 0.88
Hex FE F2 C3 0 5 17 0 30 61 58
Octal 376 362 303 0 5 27 0 60 141 130
Binary 11111110 11110010 11000011 0 101 10111 0 110000 1100001 1011000

Color Harmonies of #FEF2C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF2C3

Black with #FEF2C3

Text Example


Text Example

White with #FEF2C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF2C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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