#FFF2CA

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

Shades of Oasis #FFF2CA

Tints of Oasis #FFF2CA

Color information

#FFF2CA (or 0xFFF2CA) is unknown color: approx Oasis. HEX triplet: FF, F2 and CA. RGB value is (255,242,202). Sum of RGB (Red+Green+Blue) = 255+242+202=699 (92% of max value = 765). Red value is 255 (100% from 255 or 36.48% from 699); Green value is 242 (94.92% from 255 or 34.62% from 699); Blue value is 202 (79.30% from 255 or 28.90% from 699); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF2CA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF2CA is #000D35. Grayscale: #F1F1F1. Windows color (decimal): -3382 or 13300479. OLE color: 13300479.

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

Color convert

RGB255242202-
CMYK00.050.210
HSL45.28º100%89.61%-
HSV(B)45.28º20.78%100%-
XYZ83.6589.0368.65-
YUV241.33105.81137.75-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.48%
GREEN value IS 242 (94.92% from 255) = 34.62%
BLUE value IS 202 (79.30% from 255) = 28.90%
R=36.48%
G=34.62%
B=28.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.21
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25524220200.050.21045.2810089.61
HexFFF2CA051502d645a
Octal3773623120525055144132
Binary111111111111001011001010010110101010110111001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFF2CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFF2CA; }

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

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

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

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

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

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

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

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