#FFF3CA

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

Shades of Oasis #FFF3CA

Tints of Oasis #FFF3CA

Color information

#FFF3CA (or 0xFFF3CA) is unknown color: approx Oasis. HEX triplet: FF, F3 and CA. RGB value is (255,243,202). Sum of RGB (Red+Green+Blue) = 255+243+202=700 (92% of max value = 765). Red value is 255 (100% from 255 or 36.43% from 700); Green value is 243 (95.31% from 255 or 34.71% from 700); Blue value is 202 (79.30% from 255 or 28.86% from 700); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF3CA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF3CA is #000C35. Grayscale: #F2F2F2. Windows color (decimal): -3126 or 13300735. OLE color: 13300735.

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

Color convert

RGB255243202-
CMYK00.050.210
HSL46.42º100%89.61%-
HSV(B)46.42º20.78%100%-
XYZ83.9589.6368.75-
YUV241.91105.48137.33-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.43%
GREEN value IS 243 (95.31% from 255) = 34.71%
BLUE value IS 202 (79.30% from 255) = 28.86%
R=36.43%
G=34.71%
B=28.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.21
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25524320200.050.21046.4210089.61
HexFFF3CA051502e645a
Octal3773633120525056144132
Binary111111111111001111001010010110101010111011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFF3CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFF3CA; }

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

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

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

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

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

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

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

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