#F0C2BD

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

Shades of Beauty Bush #F0C2BD

Tints of Beauty Bush #F0C2BD

Color information

#F0C2BD (or 0xF0C2BD) is unknown color: approx Beauty Bush. HEX triplet: F0, C2 and BD. RGB value is (240,194,189). Sum of RGB (Red+Green+Blue) = 240+194+189=623 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.52% from 623); Green value is 194 (76.17% from 255 or 31.14% from 623); Blue value is 189 (74.22% from 255 or 30.34% from 623); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C2BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0C2BD is #0F3D42. Grayscale: #CFCFCF. Windows color (decimal): -998723 or 12436208. OLE color: 12436208.

HSL color Cylindrical-coordinate representation of color #F0C2BD: hue angle of 5.88º degrees, saturation: 0.63, 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 #F0C2BD is Cyan = 0, Magento = 0.19, Yellow = 0.21 and Black (K on CMYK) = 0.06.

Color convert

RGB240194189-
CMYK00.190.210.06
HSL5.88º62.96%84.12%-
HSV(B)5.88º21.25%94.12%-
XYZ64.4160.7856.48-
YUV207.18117.74151.41-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 38.52%
GREEN value IS 194 (76.17% from 255) = 31.14%
BLUE value IS 189 (74.22% from 255) = 30.34%
R=38.52%
G=31.14%
B=30.34%

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
Decimal24019418900.190.210.065.8862.9684.12
HexF0C2BD01315663f54
Octal360302275023256677124
Binary111100001100001010111101010011101011101101111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0C2BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0C2BD; }

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

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

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

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

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

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

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

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