Html Css Color HEX #F0B6AF Beauty Bush

📋 copy color: '#F0B6AF'

red 240 ◦ green 182 ◦ blue 175

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

Shades of Beauty Bush #F0B6AF

Tints of Beauty Bush #F0B6AF

RGB

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

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

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

R = 40.2%
G = 30.49%
B = 29.31%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.27

 K value IS 0.06

RGB Variations

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

Color information

#F0B6AF (or 0xF0B6AF) is known color: Beauty Bush. HEX triplet: F0, B6 and AF. RGB value is (240,182,175). Sum of RGB (Red+Green+Blue) = 240+182+175=597 (79% of max value = 765). Red value is 240 (94.14% from 255 or 40.20% from 597); Green value is 182 (71.48% from 255 or 30.49% from 597); Blue value is 175 (68.75% from 255 or 29.31% from 597); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B6AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0B6AF is #0F4950. Grayscale: #C6C6C6. Windows color (decimal): -1001809 or 11515632. OLE color: 11515632.

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

Color convert

RGB 240 182 175 -
CMYK 0 0.24 0.27 0.06
HSL 6.46º 0.68% 0.81% -
HSV(B) 6.46º 0.27% 0.94% -
XYZ 60.4 55.08 48 -
YUV 198.54 114.72 157.57 -
System Red Green Blue C M Y K H S L
Decimal 240 182 175 0 0.24 0.27 0.06 6.46 0.68 0.81
Hex F0 B6 AF 0 18 1B 6 6 44 51
Octal 360 266 257 0 30 33 6 6 104 121
Binary 11110000 10110110 10101111 0 11000 11011 110 110 1000100 1010001

Color Harmonies of #F0B6AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0B6AF

Black with #F0B6AF

Text Example


Text Example

White with #F0B6AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0B6AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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