#FEF2CB

Color #FEF2CB Oasis (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Oasis #FEF2CB

Tints of Oasis #FEF2CB

Color information

#FEF2CB (or 0xFEF2CB) is unknown color: approx Oasis. HEX triplet: FE, F2 and CB. RGB value is (254,242,203). Sum of RGB (Red+Green+Blue) = 254+242+203=699 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.34% from 699); Green value is 242 (94.92% from 255 or 34.62% from 699); Blue value is 203 (79.69% from 255 or 29.04% from 699); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF2CB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF2CB is #010D34. Grayscale: #F1F1F1. Windows color (decimal): -68917 or 13366014. OLE color: 13366014.

HSL color Cylindrical-coordinate representation of color #FEF2CB: hue angle of 45.88º 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 #FEF2CB is Cyan = 0, Magento = 0.05, Yellow = 0.20 and Black (K on CMYK) = 0.00.

Color convert

RGB254242203-
CMYK00.050.200.00
HSL45.88º96.23%89.61%-
HSV(B)45.88º20.08%99.61%-
XYZ83.488.8969.26-
YUV241.14106.48137.17-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.34%
GREEN value IS 242 (94.92% from 255) = 34.62%
BLUE value IS 203 (79.69% from 255) = 29.04%
R=36.34%
G=34.62%
B=29.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.20
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25424220300.050.200.0045.8896.2389.61
HexFEF2CB051402e605a
Octal3763623130524056140132
Binary111111101111001011001011010110100010111011000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF2CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF2CB; }

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

 H1.HeaderClassName
 {
   color: #FEF2CB;
 }
 .AnyTagClassName
 {
   color: #FEF2CB;
 }
</style>
background-color css

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

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

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

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

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

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