#F0C1BD

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

Shades of Beauty Bush #F0C1BD

Tints of Beauty Bush #F0C1BD

Color information

#F0C1BD (or 0xF0C1BD) is unknown color: approx Beauty Bush. HEX triplet: F0, C1 and BD. RGB value is (240,193,189). Sum of RGB (Red+Green+Blue) = 240+193+189=622 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.59% from 622); Green value is 193 (75.78% from 255 or 31.03% from 622); Blue value is 189 (74.22% from 255 or 30.39% from 622); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C1BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0C1BD is #0F3E42. Grayscale: #CECECE. Windows color (decimal): -998979 or 12435952. OLE color: 12435952.

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

Color convert

RGB240193189-
CMYK00.200.210.06
HSL4.71º62.96%84.12%-
HSV(B)4.71º21.25%94.12%-
XYZ64.1960.3456.41-
YUV206.6118.07151.83-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 38.59%
GREEN value IS 193 (75.78% from 255) = 31.03%
BLUE value IS 189 (74.22% from 255) = 30.39%
R=38.59%
G=31.03%
B=30.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.21
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24019318900.200.210.064.7162.9684.12
HexF0C1BD01415653f54
Octal360301275024256577124
Binary111100001100000110111101010100101011101011111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0C1BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0C1BD; }

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

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

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

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

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

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

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

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