Html Css Color HEX #F0B5AF Beauty Bush

📋 copy color: '#F0B5AF'

red 240 ◦ green 181 ◦ blue 175

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

Shades of Beauty Bush #F0B5AF

Tints of Beauty Bush #F0B5AF

RGB

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

 GREEN value IS 181 (71.09% from 255) = 30.37%

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

R = 40.27%
G = 30.37%
B = 29.36%

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

#F0B5AF (or 0xF0B5AF) is known color: Beauty Bush. HEX triplet: F0, B5 and AF. RGB value is (240,181,175). Sum of RGB (Red+Green+Blue) = 240+181+175=596 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.27% from 596); Green value is 181 (71.09% from 255 or 30.37% from 596); Blue value is 175 (68.75% from 255 or 29.36% from 596); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B5AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0B5AF is #0F4A50. Grayscale: #C6C6C6. Windows color (decimal): -1002065 or 11515376. OLE color: 11515376.

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

Color convert

RGB 240 181 175 -
CMYK 0 0.25 0.27 0.06
HSL 5.54º 0.68% 0.81% -
HSV(B) 5.54º 0.27% 0.94% -
XYZ 60.2 54.67 47.94 -
YUV 197.96 115.05 157.99 -
System Red Green Blue C M Y K H S L
Decimal 240 181 175 0 0.25 0.27 0.06 5.54 0.68 0.81
Hex F0 B5 AF 0 19 1B 6 6 44 51
Octal 360 265 257 0 31 33 6 6 104 121
Binary 11110000 10110101 10101111 0 11001 11011 110 110 1000100 1010001

Color Harmonies of #F0B5AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0B5AF

Black with #F0B5AF

Text Example


Text Example

White with #F0B5AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0B5AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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