#FDEEC1

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

Shades of Oasis #FDEEC1

Tints of Oasis #FDEEC1

Color information

#FDEEC1 (or 0xFDEEC1) is unknown color: approx Oasis. HEX triplet: FD, EE and C1. RGB value is (253,238,193). Sum of RGB (Red+Green+Blue) = 253+238+193=684 (90% of max value = 765). Red value is 253 (99.22% from 255 or 36.99% from 684); Green value is 238 (93.36% from 255 or 34.80% from 684); Blue value is 193 (75.78% from 255 or 28.22% from 684); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEEC1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDEEC1 is #02113E. Grayscale: #EDEDED. Windows color (decimal): -135487 or 12709629. OLE color: 12709629.

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

Color convert

RGB253238193-
CMYK00.060.240.01
HSL45º93.75%87.45%-
HSV(B)45º23.72%99.22%-
XYZ80.7185.8862.78-
YUV237.36102.97139.16-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 36.99%
GREEN value IS 238 (93.36% from 255) = 34.80%
BLUE value IS 193 (75.78% from 255) = 28.22%
R=36.99%
G=34.80%
B=28.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.24
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25323819300.060.240.014593.7587.45
HexFDEEC1061812d5e57
Octal3753563010630155136127
Binary111111011110111011000001011011000110110110111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDEEC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDEEC1; }

 p { color: rgb(253,238,193); }

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

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

 a { background-color: rgb(253,238,193); }

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

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

 span { border-color: rgb(253,238,193); }

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