#F0C2BE

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

Shades of Beauty Bush #F0C2BE

Tints of Beauty Bush #F0C2BE

Color information

#F0C2BE (or 0xF0C2BE) is unknown color: approx Beauty Bush. HEX triplet: F0, C2 and BE. RGB value is (240,194,190). Sum of RGB (Red+Green+Blue) = 240+194+190=624 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.46% from 624); Green value is 194 (76.17% from 255 or 31.09% from 624); Blue value is 190 (74.61% from 255 or 30.45% from 624); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C2BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0C2BE is #0F3D41. Grayscale: #CFCFCF. Windows color (decimal): -998722 or 12501744. OLE color: 12501744.

HSL color Cylindrical-coordinate representation of color #F0C2BE: hue angle of 4.8º degrees, saturation: 0.62, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F0C2BE is Cyan = 0, Magento = 0.19, Yellow = 0.21 and Black (K on CMYK) = 0.06.

Color convert

RGB240194190-
CMYK00.190.210.06
HSL4.8º62.5%84.31%-
HSV(B)4.8º20.83%94.12%-
XYZ64.5260.8357.06-
YUV207.3118.24151.33-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 38.46%
GREEN value IS 194 (76.17% from 255) = 31.09%
BLUE value IS 190 (74.61% from 255) = 30.45%
R=38.46%
G=31.09%
B=30.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.21
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24019419000.190.210.064.862.584.31
HexF0C2BE01315653e54
Octal360302276023256576124
Binary111100001100001010111110010011101011101011111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0C2BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0C2BE; }

 p { color: rgb(240,194,190); }

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

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

 a { background-color: rgb(240,194,190); }

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

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

 span { border-color: rgb(240,194,190); }

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