#FDF0CC

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

Shades of Oasis #FDF0CC

Tints of Oasis #FDF0CC

Color information

#FDF0CC (or 0xFDF0CC) is unknown color: approx Oasis. HEX triplet: FD, F0 and CC. RGB value is (253,240,204). Sum of RGB (Red+Green+Blue) = 253+240+204=697 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.30% from 697); Green value is 240 (94.14% from 255 or 34.43% from 697); Blue value is 204 (80.08% from 255 or 29.27% from 697); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF0CC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF0CC is #020F33. Grayscale: #EFEFEF. Windows color (decimal): -134964 or 13431037. OLE color: 13431037.

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

Color convert

RGB253240204-
CMYK00.050.190.01
HSL44.08º92.45%89.61%-
HSV(B)44.08º19.37%99.22%-
XYZ82.5787.5669.68-
YUV239.78107.81137.43-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 36.30%
GREEN value IS 240 (94.14% from 255) = 34.43%
BLUE value IS 204 (80.08% from 255) = 29.27%
R=36.30%
G=34.43%
B=29.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25324020400.050.190.0144.0892.4589.61
HexFDF0CC051312c5c5a
Octal3753603140523154134132
Binary111111011111000011001100010110011110110010111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF0CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF0CC; }

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

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

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

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

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

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

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

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