Html Css Color HEX #FEF1CB Oasis

📋 copy color: '#FEF1CB'

red 254 ◦ green 241 ◦ blue 203

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

Shades of Oasis #FEF1CB

Tints of Oasis #FEF1CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 29.08%

R = 36.39%
G = 34.53%
B = 29.08%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.20

 K value IS 0.00

RGB Variations

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

Color information

#FEF1CB (or 0xFEF1CB) is known color: Oasis. HEX triplet: FE, F1 and CB. RGB value is (254,241,203). Sum of RGB (Red+Green+Blue) = 254+241+203=698 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.39% from 698); Green value is 241 (94.53% from 255 or 34.53% from 698); Blue value is 203 (79.69% from 255 or 29.08% from 698); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF1CB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF1CB is #010E34. Grayscale: #F0F0F0. Windows color (decimal): -69173 or 13365758. OLE color: 13365758.

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

Color convert

RGB 254 241 203 -
CMYK 0 0.05 0.20 0.00
HSL 44.71º 0.96% 0.9% -
HSV(B) 44.71º 0.2% 1% -
XYZ 83.11 88.29 69.16 -
YUV 240.56 106.81 137.59 -
System Red Green Blue C M Y K H S L
Decimal 254 241 203 0 0.05 0.20 0.00 44.71 0.96 0.9
Hex FE F1 CB 0 5 14 0 2D 60 5A
Octal 376 361 313 0 5 24 0 55 140 132
Binary 11111110 11110001 11001011 0 101 10100 0 101101 1100000 1011010

Color Harmonies of #FEF1CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF1CB

Black with #FEF1CB

Text Example


Text Example

White with #FEF1CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF1CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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