#FFF2BD

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

Shades of Oasis #FFF2BD

Tints of Oasis #FFF2BD

Color information

#FFF2BD (or 0xFFF2BD) is unknown color: approx Oasis. HEX triplet: FF, F2 and BD. RGB value is (255,242,189). Sum of RGB (Red+Green+Blue) = 255+242+189=686 (90% of max value = 765). Red value is 255 (100% from 255 or 37.17% from 686); Green value is 242 (94.92% from 255 or 35.28% from 686); Blue value is 189 (74.22% from 255 or 27.55% from 686); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF2BD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF2BD is #000D42. Grayscale: #F0F0F0. Windows color (decimal): -3395 or 12448511. OLE color: 12448511.

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

Color convert

RGB255242189-
CMYK00.050.260
HSL48.18º100%87.06%-
HSV(B)48.18º25.88%100%-
XYZ82.1888.4460.88-
YUV239.8499.31138.81-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.17%
GREEN value IS 242 (94.92% from 255) = 35.28%
BLUE value IS 189 (74.22% from 255) = 27.55%
R=37.17%
G=35.28%
B=27.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.26
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25524218900.050.26048.1810087.06
HexFFF2BD051A0306457
Octal3773622750532060144127
Binary111111111111001010111101010111010011000011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFF2BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFF2BD; }

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

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

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

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

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

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

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

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