#FDF0C0

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

Shades of Oasis #FDF0C0

Tints of Oasis #FDF0C0

Color information

#FDF0C0 (or 0xFDF0C0) is unknown color: approx Oasis. HEX triplet: FD, F0 and C0. RGB value is (253,240,192). Sum of RGB (Red+Green+Blue) = 253+240+192=685 (90% of max value = 765). Red value is 253 (99.22% from 255 or 36.93% from 685); Green value is 240 (94.14% from 255 or 35.04% from 685); Blue value is 192 (75.39% from 255 or 28.03% from 685); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF0C0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF0C0 is #020F3F. Grayscale: #EEEEEE. Windows color (decimal): -134976 or 12644605. OLE color: 12644605.

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

Color convert

RGB253240192-
CMYK00.050.240.01
HSL47.21º93.85%87.25%-
HSV(B)47.21º24.11%99.22%-
XYZ81.1887.0162.38-
YUV238.42101.81138.4-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 36.93%
GREEN value IS 240 (94.14% from 255) = 35.04%
BLUE value IS 192 (75.39% from 255) = 28.03%
R=36.93%
G=35.04%
B=28.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.24
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25324019200.050.240.0147.2193.8587.25
HexFDF0C0051812f5e57
Octal3753603000530157136127
Binary111111011111000011000000010111000110111110111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF0C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF0C0; }

 p { color: rgb(253,240,192); }

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

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

 a { background-color: rgb(253,240,192); }

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

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

 span { border-color: rgb(253,240,192); }

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