#FCF0CB

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

Shades of Oasis #FCF0CB

Tints of Oasis #FCF0CB

Color information

#FCF0CB (or 0xFCF0CB) is unknown color: approx Oasis. HEX triplet: FC, F0 and CB. RGB value is (252,240,203). Sum of RGB (Red+Green+Blue) = 252+240+203=695 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.26% from 695); Green value is 240 (94.14% from 255 or 34.53% from 695); Blue value is 203 (79.69% from 255 or 29.21% from 695); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF0CB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF0CB is #030F34. Grayscale: #EFEFEF. Windows color (decimal): -200501 or 13365500. OLE color: 13365500.

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

Color convert

RGB252240203-
CMYK00.050.190.01
HSL45.31º89.09%89.22%-
HSV(B)45.31º19.44%98.82%-
XYZ82.0887.3369.03-
YUV239.37107.48137.01-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.26%
GREEN value IS 240 (94.14% from 255) = 34.53%
BLUE value IS 203 (79.69% from 255) = 29.21%
R=36.26%
G=34.53%
B=29.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25224020300.050.190.0145.3189.0989.22
HexFCF0CB051312d5959
Octal3743603130523155131131
Binary111111001111000011001011010110011110110110110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF0CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF0CB; }

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

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

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

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

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

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

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

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