#fef0ca

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

Shades of Oasis #FEF0CA

Tints of Oasis #FEF0CA

Color information

#FEF0CA (or 0xFEF0CA) is unknown color: approx Oasis. HEX triplet: FE, F0 and CA. RGB value is (254,240,202). Sum of RGB (Red+Green+Blue) = 254+240+202=696 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.49% from 696); Green value is 240 (94.14% from 255 or 34.48% from 696); Blue value is 202 (79.30% from 255 or 29.02% from 696); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF0CA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF0CA is #010F35. Grayscale: #F0F0F0. Windows color (decimal): -69430 or 13299966. OLE color: 13299966.

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

Color convert

RGB254240202-
CMYK00.060.200.00
HSL43.85º96.3%89.41%-
HSV(B)43.85º20.47%99.61%-
XYZ82.6987.6668.44-
YUV239.85106.64138.09-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.49%
GREEN value IS 240 (94.14% from 255) = 34.48%
BLUE value IS 202 (79.30% from 255) = 29.02%
R=36.49%
G=34.48%
B=29.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.20
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25424020200.060.200.0043.8596.389.41
HexFEF0CA061402c6059
Octal3763603120624054140131
Binary111111101111000011001010011010100010110011000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fef0ca

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fef0ca; }

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

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

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

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

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

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

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

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