#FFF3C3

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

Shades of Oasis #FFF3C3

Tints of Oasis #FFF3C3

Color information

#FFF3C3 (or 0xFFF3C3) is unknown color: approx Oasis. HEX triplet: FF, F3 and C3. RGB value is (255,243,195). Sum of RGB (Red+Green+Blue) = 255+243+195=693 (91% of max value = 765). Red value is 255 (100% from 255 or 36.80% from 693); Green value is 243 (95.31% from 255 or 35.06% from 693); Blue value is 195 (76.56% from 255 or 28.14% from 693); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF3C3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF3C3 is #000C3C. Grayscale: #F1F1F1. Windows color (decimal): -3133 or 12841983. OLE color: 12841983.

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

Color convert

RGB255243195-
CMYK00.050.240
HSL48º100%88.24%-
HSV(B)48º23.53%100%-
XYZ83.1489.364.48-
YUV241.12101.98137.9-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.80%
GREEN value IS 243 (95.31% from 255) = 35.06%
BLUE value IS 195 (76.56% from 255) = 28.14%
R=36.80%
G=35.06%
B=28.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.24
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25524319500.050.2404810088.24
HexFFF3C305180306458
Octal3773633030530060144130
Binary111111111111001111000011010111000011000011001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFF3C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFF3C3; }

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

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

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

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

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

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

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

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