Html Css Color HEX #F0B6AB Beauty Bush

📋 copy color: '#F0B6AB'

red 240 ◦ green 182 ◦ blue 171

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

Shades of Beauty Bush #F0B6AB

Tints of Beauty Bush #F0B6AB

RGB

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

 GREEN value IS 182 (71.48% from 255) = 30.69%

 BLUE value IS 171 (67.19% from 255) = 28.84%

R = 40.47%
G = 30.69%
B = 28.84%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.29

 K value IS 0.06

RGB Variations

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

Color information

#F0B6AB (or 0xF0B6AB) is known color: Beauty Bush. HEX triplet: F0, B6 and AB. RGB value is (240,182,171). Sum of RGB (Red+Green+Blue) = 240+182+171=593 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.47% from 593); Green value is 182 (71.48% from 255 or 30.69% from 593); Blue value is 171 (67.19% from 255 or 28.84% from 593); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B6AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0B6AB is #0F4954. Grayscale: #C6C6C6. Windows color (decimal): -1001813 or 11253488. OLE color: 11253488.

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

Color convert

RGB 240 182 171 -
CMYK 0 0.24 0.29 0.06
HSL 9.57º 0.7% 0.81% -
HSV(B) 9.57º 0.29% 0.94% -
XYZ 60.01 54.92 45.97 -
YUV 198.09 112.72 157.89 -
System Red Green Blue C M Y K H S L
Decimal 240 182 171 0 0.24 0.29 0.06 9.57 0.7 0.81
Hex F0 B6 AB 0 18 1D 6 A 46 51
Octal 360 266 253 0 30 35 6 12 106 121
Binary 11110000 10110110 10101011 0 11000 11101 110 1010 1000110 1010001

Color Harmonies of #F0B6AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0B6AB

Black with #F0B6AB

Text Example


Text Example

White with #F0B6AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0B6AB; }

 p { color: rgb(240,182,171); }

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

background-color css

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

 a { background-color: rgb(240,182,171); }

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

border-color css

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

 span { border-color: rgb(240,182,171); }

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