#FDEFCC

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

Shades of Oasis #FDEFCC

Tints of Oasis #FDEFCC

Color information

#FDEFCC (or 0xFDEFCC) is unknown color: approx Oasis. HEX triplet: FD, EF and CC. RGB value is (253,239,204). Sum of RGB (Red+Green+Blue) = 253+239+204=696 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.35% from 696); Green value is 239 (93.75% from 255 or 34.34% from 696); Blue value is 204 (80.08% from 255 or 29.31% from 696); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEFCC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDEFCC is #021033. Grayscale: #EFEFEF. Windows color (decimal): -135220 or 13430781. OLE color: 13430781.

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

Color convert

RGB253239204-
CMYK00.060.190.01
HSL42.86º92.45%89.61%-
HSV(B)42.86º19.37%99.22%-
XYZ82.2786.9869.58-
YUV239.2108.14137.85-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 36.35%
GREEN value IS 239 (93.75% from 255) = 34.34%
BLUE value IS 204 (80.08% from 255) = 29.31%
R=36.35%
G=34.34%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25323920400.060.190.0142.8692.4589.61
HexFDEFCC061312b5c5a
Octal3753573140623153134132
Binary111111011110111111001100011010011110101110111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDEFCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDEFCC; }

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

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

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

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

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

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

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

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