#FFF3C6

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

Shades of Oasis #FFF3C6

Tints of Oasis #FFF3C6

Color information

#FFF3C6 (or 0xFFF3C6) is unknown color: approx Oasis. HEX triplet: FF, F3 and C6. RGB value is (255,243,198). Sum of RGB (Red+Green+Blue) = 255+243+198=696 (92% of max value = 765). Red value is 255 (100% from 255 or 36.64% from 696); Green value is 243 (95.31% from 255 or 34.91% from 696); Blue value is 198 (77.73% from 255 or 28.45% from 696); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF3C6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF3C6 is #000C39. Grayscale: #F1F1F1. Windows color (decimal): -3130 or 13038591. OLE color: 13038591.

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

Color convert

RGB255243198-
CMYK00.050.220
HSL47.37º100%88.82%-
HSV(B)47.37º22.35%100%-
XYZ83.4889.4466.29-
YUV241.46103.48137.66-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.64%
GREEN value IS 243 (95.31% from 255) = 34.91%
BLUE value IS 198 (77.73% from 255) = 28.45%
R=36.64%
G=34.91%
B=28.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.22
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25524319800.050.22047.3710088.82
HexFFF3C6051602f6459
Octal3773633060526057144131
Binary111111111111001111000110010110110010111111001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFF3C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFF3C6; }

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

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

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

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

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

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

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

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