Html Css Color HEX #F0B3AE Beauty Bush

📋 copy color: '#F0B3AE'

red 240 ◦ green 179 ◦ blue 174

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

Shades of Beauty Bush #F0B3AE

Tints of Beauty Bush #F0B3AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 29.34%

R = 40.47%
G = 30.19%
B = 29.34%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#F0B3AE (or 0xF0B3AE) is known color: Beauty Bush. HEX triplet: F0, B3 and AE. RGB value is (240,179,174). Sum of RGB (Red+Green+Blue) = 240+179+174=593 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.47% from 593); Green value is 179 (70.31% from 255 or 30.19% from 593); Blue value is 174 (68.36% from 255 or 29.34% from 593); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B3AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0B3AE is #0F4C51. Grayscale: #C4C4C4. Windows color (decimal): -1002578 or 11449328. OLE color: 11449328.

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

Color convert

RGB 240 179 174 -
CMYK 0 0.25 0.28 0.06
HSL 4.55º 0.69% 0.81% -
HSV(B) 4.55º 0.28% 0.94% -
XYZ 59.7 53.82 47.29 -
YUV 196.67 115.21 158.91 -
System Red Green Blue C M Y K H S L
Decimal 240 179 174 0 0.25 0.28 0.06 4.55 0.69 0.81
Hex F0 B3 AE 0 19 1C 6 5 45 51
Octal 360 263 256 0 31 34 6 5 105 121
Binary 11110000 10110011 10101110 0 11001 11100 110 101 1000101 1010001

Color Harmonies of #F0B3AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0B3AE

Black with #F0B3AE

Text Example


Text Example

White with #F0B3AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0B3AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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