#FDEFC2

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

Shades of Oasis #FDEFC2

Tints of Oasis #FDEFC2

Color information

#FDEFC2 (or 0xFDEFC2) is unknown color: approx Oasis. HEX triplet: FD, EF and C2. RGB value is (253,239,194). Sum of RGB (Red+Green+Blue) = 253+239+194=686 (90% of max value = 765). Red value is 253 (99.22% from 255 or 36.88% from 686); Green value is 239 (93.75% from 255 or 34.84% from 686); Blue value is 194 (76.17% from 255 or 28.28% from 686); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEFC2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDEFC2 is #02103D. Grayscale: #EEEEEE. Windows color (decimal): -135230 or 12775421. OLE color: 12775421.

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

Color convert

RGB253239194-
CMYK00.060.230.01
HSL45.76º93.65%87.65%-
HSV(B)45.76º23.32%99.22%-
XYZ81.1186.5163.46-
YUV238.06103.14138.66-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 36.88%
GREEN value IS 239 (93.75% from 255) = 34.84%
BLUE value IS 194 (76.17% from 255) = 28.28%
R=36.88%
G=34.84%
B=28.28%

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
Decimal25323919400.060.230.0145.7693.6587.65
HexFDEFC2061712e5e58
Octal3753573020627156136130
Binary111111011110111111000010011010111110111010111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDEFC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDEFC2; }

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

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

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

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

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

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

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

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