#FFF0CB

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

Shades of Oasis #FFF0CB

Tints of Oasis #FFF0CB

Color information

#FFF0CB (or 0xFFF0CB) is unknown color: approx Oasis. HEX triplet: FF, F0 and CB. RGB value is (255,240,203). Sum of RGB (Red+Green+Blue) = 255+240+203=698 (92% of max value = 765). Red value is 255 (100% from 255 or 36.53% from 698); Green value is 240 (94.14% from 255 or 34.38% from 698); Blue value is 203 (79.69% from 255 or 29.08% from 698); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF0CB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF0CB is #000F34. Grayscale: #F0F0F0. Windows color (decimal): -3893 or 13365503. OLE color: 13365503.

HSL color Cylindrical-coordinate representation of color #FFF0CB: hue angle of 42.69º 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 #FFF0CB is Cyan = 0, Magento = 0.06, Yellow = 0.20 and Black (K on CMYK) = 0.

Color convert

RGB255240203-
CMYK00.060.200
HSL42.69º100%89.8%-
HSV(B)42.69º20.39%100%-
XYZ83.1887.8969.08-
YUV240.27106.97138.51-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.53%
GREEN value IS 240 (94.14% from 255) = 34.38%
BLUE value IS 203 (79.69% from 255) = 29.08%
R=36.53%
G=34.38%
B=29.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.20
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25524020300.060.20042.6910089.8
HexFFF0CB061402b645a
Octal3773603130624053144132
Binary111111111111000011001011011010100010101111001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFF0CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFF0CB; }

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

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

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

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

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

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

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

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