#FCF1CB

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

Shades of Oasis #FCF1CB

Tints of Oasis #FCF1CB

Color information

#FCF1CB (or 0xFCF1CB) is unknown color: approx Oasis. HEX triplet: FC, F1 and CB. RGB value is (252,241,203). Sum of RGB (Red+Green+Blue) = 252+241+203=696 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.21% from 696); Green value is 241 (94.53% from 255 or 34.63% from 696); Blue value is 203 (79.69% from 255 or 29.17% from 696); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF1CB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF1CB is #030E34. Grayscale: #F0F0F0. Windows color (decimal): -200245 or 13365756. OLE color: 13365756.

HSL color Cylindrical-coordinate representation of color #FCF1CB: hue angle of 46.53º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FCF1CB is Cyan = 0, Magento = 0.04, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB252241203-
CMYK00.040.190.01
HSL46.53º89.09%89.22%-
HSV(B)46.53º19.44%98.82%-
XYZ82.3887.9269.13-
YUV239.96107.14136.59-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.21%
GREEN value IS 241 (94.53% from 255) = 34.63%
BLUE value IS 203 (79.69% from 255) = 29.17%
R=36.21%
G=34.63%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25224120300.040.190.0146.5389.0989.22
HexFCF1CB041312f5959
Octal3743613130423157131131
Binary111111001111000111001011010010011110111110110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF1CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF1CB; }

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

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

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

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

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

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

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

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