#FDEFC3

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

Shades of Oasis #FDEFC3

Tints of Oasis #FDEFC3

Color information

#FDEFC3 (or 0xFDEFC3) is unknown color: approx Oasis. HEX triplet: FD, EF and C3. RGB value is (253,239,195). Sum of RGB (Red+Green+Blue) = 253+239+195=687 (90% of max value = 765). Red value is 253 (99.22% from 255 or 36.83% from 687); Green value is 239 (93.75% from 255 or 34.79% from 687); Blue value is 195 (76.56% from 255 or 28.38% from 687); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEFC3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDEFC3 is #02103C. Grayscale: #EEEEEE. Windows color (decimal): -135229 or 12840957. OLE color: 12840957.

HSL color Cylindrical-coordinate representation of color #FDEFC3: hue angle of 45.52º degrees, saturation: 0.94, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FDEFC3 is Cyan = 0, Magento = 0.06, Yellow = 0.23 and Black (K on CMYK) = 0.01.

Color convert

RGB253239195-
CMYK00.060.230.01
HSL45.52º93.55%87.84%-
HSV(B)45.52º22.92%99.22%-
XYZ81.2286.5664.06-
YUV238.17103.64138.58-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 36.83%
GREEN value IS 239 (93.75% from 255) = 34.79%
BLUE value IS 195 (76.56% from 255) = 28.38%
R=36.83%
G=34.79%
B=28.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.23
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25323919500.060.230.0145.5293.5587.84
HexFDEFC3061712e5e58
Octal3753573030627156136130
Binary111111011110111111000011011010111110111010111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDEFC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDEFC3; }

 p { color: rgb(253,239,195); }

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

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

 a { background-color: rgb(253,239,195); }

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

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

 span { border-color: rgb(253,239,195); }

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