#FFF0C8

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

Shades of Oasis #FFF0C8

Tints of Oasis #FFF0C8

Color information

#FFF0C8 (or 0xFFF0C8) is unknown color: approx Oasis. HEX triplet: FF, F0 and C8. RGB value is (255,240,200). Sum of RGB (Red+Green+Blue) = 255+240+200=695 (92% of max value = 765). Red value is 255 (100% from 255 or 36.69% from 695); Green value is 240 (94.14% from 255 or 34.53% from 695); Blue value is 200 (78.52% from 255 or 28.78% from 695); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF0C8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF0C8 is #000F37. Grayscale: #F0F0F0. Windows color (decimal): -3896 or 13168895. OLE color: 13168895.

HSL color Cylindrical-coordinate representation of color #FFF0C8: hue angle of 43.64º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FFF0C8 is Cyan = 0, Magento = 0.06, Yellow = 0.22 and Black (K on CMYK) = 0.

Color convert

RGB255240200-
CMYK00.060.220
HSL43.64º100%89.22%-
HSV(B)43.64º21.57%100%-
XYZ82.8387.7567.22-
YUV239.92105.47138.75-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.69%
GREEN value IS 240 (94.14% from 255) = 34.53%
BLUE value IS 200 (78.52% from 255) = 28.78%
R=36.69%
G=34.53%
B=28.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.22
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25524020000.060.22043.6410089.22
HexFFF0C8061602c6459
Octal3773603100626054144131
Binary111111111111000011001000011010110010110011001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFF0C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFF0C8; }

 p { color: rgb(255,240,200); }

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

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

 a { background-color: rgb(255,240,200); }

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

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

 span { border-color: rgb(255,240,200); }

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