Html Css Color HEX #F0B3AF Beauty Bush

📋 copy color: '#F0B3AF'

red 240 ◦ green 179 ◦ blue 175

#F0B3AF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Beauty Bush #F0B3AF

Tints of Beauty Bush #F0B3AF

RGB

 RED value IS 240 (94.14% from 255) = 40.4%

 GREEN value IS 179 (70.31% from 255) = 30.13%

 BLUE value IS 175 (68.75% from 255) = 29.46%

R = 40.4%
G = 30.13%
B = 29.46%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.27

 K value IS 0.06

RGB Variations

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

Color information

#F0B3AF (or 0xF0B3AF) is known color: Beauty Bush. HEX triplet: F0, B3 and AF. RGB value is (240,179,175). Sum of RGB (Red+Green+Blue) = 240+179+175=594 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.40% from 594); Green value is 179 (70.31% from 255 or 30.13% from 594); Blue value is 175 (68.75% from 255 or 29.46% from 594); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B3AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0B3AF is #0F4C50. Grayscale: #C4C4C4. Windows color (decimal): -1002577 or 11514864. OLE color: 11514864.

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

Color convert

RGB 240 179 175 -
CMYK 0 0.25 0.27 0.06
HSL 3.69º 0.68% 0.81% -
HSV(B) 3.69º 0.27% 0.94% -
XYZ 59.79 53.86 47.8 -
YUV 196.78 115.71 158.83 -
System Red Green Blue C M Y K H S L
Decimal 240 179 175 0 0.25 0.27 0.06 3.69 0.68 0.81
Hex F0 B3 AF 0 19 1B 6 4 44 51
Octal 360 263 257 0 31 33 6 4 104 121
Binary 11110000 10110011 10101111 0 11001 11011 110 100 1000100 1010001

Color Harmonies of #F0B3AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0B3AF

Black with #F0B3AF

Text Example


Text Example

White with #F0B3AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0B3AF; }

 p { color: rgb(240,179,175); }

 H1.HeaderClassName
 {
   color: #F0B3AF;
 }
 .AnyTagClassName
 {
   color: #F0B3AF;
 }
</style>

background-color css

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

 a { background-color: rgb(240,179,175); }

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

border-color css

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

 span { border-color: rgb(240,179,175); }

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