#FFF0CA

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

Shades of Oasis #FFF0CA

Tints of Oasis #FFF0CA

Color information

#FFF0CA (or 0xFFF0CA) is unknown color: approx Oasis. HEX triplet: FF, F0 and CA. RGB value is (255,240,202). Sum of RGB (Red+Green+Blue) = 255+240+202=697 (92% of max value = 765). Red value is 255 (100% from 255 or 36.59% from 697); Green value is 240 (94.14% from 255 or 34.43% from 697); Blue value is 202 (79.30% from 255 or 28.98% from 697); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF0CA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF0CA is #000F35. Grayscale: #F0F0F0. Windows color (decimal): -3894 or 13299967. OLE color: 13299967.

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

Color convert

RGB255240202-
CMYK00.060.210
HSL43.02º100%89.61%-
HSV(B)43.02º20.78%100%-
XYZ83.0687.8468.46-
YUV240.15106.47138.59-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.59%
GREEN value IS 240 (94.14% from 255) = 34.43%
BLUE value IS 202 (79.30% from 255) = 28.98%
R=36.59%
G=34.43%
B=28.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.21
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25524020200.060.21043.0210089.61
HexFFF0CA061502b645a
Octal3773603120625053144132
Binary111111111111000011001010011010101010101111001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFF0CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFF0CA; }

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

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

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

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

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

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

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

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