#FFF3C4

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

Shades of Oasis #FFF3C4

Tints of Oasis #FFF3C4

Color information

#FFF3C4 (or 0xFFF3C4) is unknown color: approx Oasis. HEX triplet: FF, F3 and C4. RGB value is (255,243,196). Sum of RGB (Red+Green+Blue) = 255+243+196=694 (91% of max value = 765). Red value is 255 (100% from 255 or 36.74% from 694); Green value is 243 (95.31% from 255 or 35.01% from 694); Blue value is 196 (76.95% from 255 or 28.24% from 694); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF3C4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF3C4 is #000C3B. Grayscale: #F1F1F1. Windows color (decimal): -3132 or 12907519. OLE color: 12907519.

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

Color convert

RGB255243196-
CMYK00.050.230
HSL47.8º100%88.43%-
HSV(B)47.8º23.14%100%-
XYZ83.2589.3565.08-
YUV241.23102.48137.82-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.74%
GREEN value IS 243 (95.31% from 255) = 35.01%
BLUE value IS 196 (76.95% from 255) = 28.24%
R=36.74%
G=35.01%
B=28.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.23
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25524319600.050.23047.810088.43
HexFFF3C405170306458
Octal3773633040527060144130
Binary111111111111001111000100010110111011000011001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFF3C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFF3C4; }

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

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

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

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

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

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

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

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