#FFF2C8

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

Shades of Oasis #FFF2C8

Tints of Oasis #FFF2C8

Color information

#FFF2C8 (or 0xFFF2C8) is unknown color: approx Oasis. HEX triplet: FF, F2 and C8. RGB value is (255,242,200). Sum of RGB (Red+Green+Blue) = 255+242+200=697 (92% of max value = 765). Red value is 255 (100% from 255 or 36.59% from 697); Green value is 242 (94.92% from 255 or 34.72% from 697); Blue value is 200 (78.52% from 255 or 28.69% from 697); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF2C8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF2C8 is #000D37. Grayscale: #F1F1F1. Windows color (decimal): -3384 or 13169407. OLE color: 13169407.

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

Color convert

RGB255242200-
CMYK00.050.220
HSL45.82º100%89.22%-
HSV(B)45.82º21.57%100%-
XYZ83.4288.9367.41-
YUV241.1104.81137.92-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.59%
GREEN value IS 242 (94.92% from 255) = 34.72%
BLUE value IS 200 (78.52% from 255) = 28.69%
R=36.59%
G=34.72%
B=28.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.22
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25524220000.050.22045.8210089.22
HexFFF2C8051602e6459
Octal3773623100526056144131
Binary111111111111001011001000010110110010111011001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFF2C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFF2C8; }

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

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

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

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

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

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

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

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