#FFF1CB

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

Shades of Oasis #FFF1CB

Tints of Oasis #FFF1CB

Color information

#FFF1CB (or 0xFFF1CB) is unknown color: approx Oasis. HEX triplet: FF, F1 and CB. RGB value is (255,241,203). Sum of RGB (Red+Green+Blue) = 255+241+203=699 (92% of max value = 765). Red value is 255 (100% from 255 or 36.48% from 699); Green value is 241 (94.53% from 255 or 34.48% from 699); Blue value is 203 (79.69% from 255 or 29.04% from 699); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF1CB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF1CB is #000E34. Grayscale: #F1F1F1. Windows color (decimal): -3637 or 13365759. OLE color: 13365759.

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

Color convert

RGB255241203-
CMYK00.050.200
HSL43.85º100%89.8%-
HSV(B)43.85º20.39%100%-
XYZ83.4788.4869.18-
YUV240.85106.64138.09-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.48%
GREEN value IS 241 (94.53% from 255) = 34.48%
BLUE value IS 203 (79.69% from 255) = 29.04%
R=36.48%
G=34.48%
B=29.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.20
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25524120300.050.20043.8510089.8
HexFFF1CB051402c645a
Octal3773613130524054144132
Binary111111111111000111001011010110100010110011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFF1CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFF1CB; }

 p { color: rgb(255,241,203); }

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

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

 a { background-color: rgb(255,241,203); }

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

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

 span { border-color: rgb(255,241,203); }

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