Html Css Color HEX #FEEABF Oasis

📋 copy color: '#FEEABF'

red 254 ◦ green 234 ◦ blue 191

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

Shades of Oasis #FEEABF

Tints of Oasis #FEEABF

RGB

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

 GREEN value IS 234 (91.8% from 255) = 34.46%

 BLUE value IS 191 (75% from 255) = 28.13%

R = 37.41%
G = 34.46%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.25

 K value IS 0.00

RGB Variations

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

Color information

#FEEABF (or 0xFEEABF) is known color: Oasis. HEX triplet: FE, EA and BF. RGB value is (254,234,191). Sum of RGB (Red+Green+Blue) = 254+234+191=679 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.41% from 679); Green value is 234 (91.80% from 255 or 34.46% from 679); Blue value is 191 (75% from 255 or 28.13% from 679); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEABF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEEABF is #011540. Grayscale: #EBEBEB. Windows color (decimal): -70977 or 12577534. OLE color: 12577534.

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

Color convert

RGB 254 234 191 -
CMYK 0 0.08 0.25 0.00
HSL 40.95º 0.97% 0.87% -
HSV(B) 40.95º 0.25% 1% -
XYZ 79.7 83.68 61.24 -
YUV 235.08 103.13 141.5 -
System Red Green Blue C M Y K H S L
Decimal 254 234 191 0 0.08 0.25 0.00 40.95 0.97 0.87
Hex FE EA BF 0 8 19 0 29 61 57
Octal 376 352 277 0 10 31 0 51 141 127
Binary 11111110 11101010 10111111 0 1000 11001 0 101001 1100001 1010111

Color Harmonies of #FEEABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEEABF

Black with #FEEABF

Text Example


Text Example

White with #FEEABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEEABF; }

 p { color: rgb(254,234,191); }

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

background-color css

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

 a { background-color: rgb(254,234,191); }

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

border-color css

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

 span { border-color: rgb(254,234,191); }

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