#FFF2C1

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

Shades of Oasis #FFF2C1

Tints of Oasis #FFF2C1

Color information

#FFF2C1 (or 0xFFF2C1) is unknown color: approx Oasis. HEX triplet: FF, F2 and C1. RGB value is (255,242,193). Sum of RGB (Red+Green+Blue) = 255+242+193=690 (91% of max value = 765). Red value is 255 (100% from 255 or 36.96% from 690); Green value is 242 (94.92% from 255 or 35.07% from 690); Blue value is 193 (75.78% from 255 or 27.97% from 690); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF2C1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF2C1 is #000D3E. Grayscale: #F0F0F0. Windows color (decimal): -3391 or 12710655. OLE color: 12710655.

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

Color convert

RGB255242193-
CMYK00.050.240
HSL47.42º100%87.84%-
HSV(B)47.42º24.31%100%-
XYZ82.6288.6163.2-
YUV240.3101.31138.48-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.96%
GREEN value IS 242 (94.92% from 255) = 35.07%
BLUE value IS 193 (75.78% from 255) = 27.97%
R=36.96%
G=35.07%
B=27.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.24
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25524219300.050.24047.4210087.84
HexFFF2C1051802f6458
Octal3773623010530057144130
Binary111111111111001011000001010111000010111111001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFF2C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFF2C1; }

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

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

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

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

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

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

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

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