#F0B4AD

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

Shades of Beauty Bush #F0B4AD

Tints of Beauty Bush #F0B4AD

Color information

#F0B4AD (or 0xF0B4AD) is unknown color: approx Beauty Bush. HEX triplet: F0, B4 and AD. RGB value is (240,180,173). Sum of RGB (Red+Green+Blue) = 240+180+173=593 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.47% from 593); Green value is 180 (70.70% from 255 or 30.35% from 593); Blue value is 173 (67.97% from 255 or 29.17% from 593); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B4AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0B4AD is #0F4B52. Grayscale: #C5C5C5. Windows color (decimal): -1002323 or 11384048. OLE color: 11384048.

HSL color Cylindrical-coordinate representation of color #F0B4AD: hue angle of 6.27º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F0B4AD is Cyan = 0, Magento = 0.25, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB240180173-
CMYK00.250.280.06
HSL6.27º69.07%80.98%-
HSV(B)6.27º27.92%94.12%-
XYZ59.854.1846.84-
YUV197.14114.38158.57-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 40.47%
GREEN value IS 180 (70.70% from 255) = 30.35%
BLUE value IS 173 (67.97% from 255) = 29.17%
R=40.47%
G=30.35%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24018017300.250.280.066.2769.0780.98
HexF0B4AD0191C664551
Octal3602642550313466105121
Binary1111000010110100101011010110011110011011010001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0B4AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0B4AD; }

 p { color: rgb(240,180,173); }

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

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

 a { background-color: rgb(240,180,173); }

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

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

 span { border-color: rgb(240,180,173); }

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