#FEF1CA

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

Shades of Oasis #FEF1CA

Tints of Oasis #FEF1CA

Color information

#FEF1CA (or 0xFEF1CA) is unknown color: approx Oasis. HEX triplet: FE, F1 and CA. RGB value is (254,241,202). Sum of RGB (Red+Green+Blue) = 254+241+202=697 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.44% from 697); Green value is 241 (94.53% from 255 or 34.58% from 697); Blue value is 202 (79.30% from 255 or 28.98% from 697); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF1CA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF1CA is #010E35. Grayscale: #F0F0F0. Windows color (decimal): -69174 or 13300222. OLE color: 13300222.

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

Color convert

RGB254241202-
CMYK00.050.200.00
HSL45º96.3%89.41%-
HSV(B)45º20.47%99.61%-
XYZ82.9988.2568.54-
YUV240.44106.31137.67-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.44%
GREEN value IS 241 (94.53% from 255) = 34.58%
BLUE value IS 202 (79.30% from 255) = 28.98%
R=36.44%
G=34.58%
B=28.98%

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
Decimal25424120200.050.200.004596.389.41
HexFEF1CA051402d6059
Octal3763613120524055140131
Binary111111101111000111001010010110100010110111000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF1CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF1CA; }

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

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

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

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

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

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

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

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