Html Css Color HEX #F0BAAE Beauty Bush

📋 copy color: '#F0BAAE'

red 240 ◦ green 186 ◦ blue 174

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

Shades of Beauty Bush #F0BAAE

Tints of Beauty Bush #F0BAAE

RGB

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

 GREEN value IS 186 (73.05% from 255) = 31%

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

R = 40%
G = 31%
B = 29%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#F0BAAE (or 0xF0BAAE) is known color: Beauty Bush. HEX triplet: F0, BA and AE. RGB value is (240,186,174). Sum of RGB (Red+Green+Blue) = 240+186+174=600 (79% of max value = 765). Red value is 240 (94.14% from 255 or 40% from 600); Green value is 186 (73.05% from 255 or 31% from 600); Blue value is 174 (68.36% from 255 or 29% from 600); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BAAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0BAAE is #0F4551. Grayscale: #C8C8C8. Windows color (decimal): -1000786 or 11451120. OLE color: 11451120.

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

Color convert

RGB 240 186 174 -
CMYK 0 0.22 0.28 0.06
HSL 10.91º 0.69% 0.81% -
HSV(B) 10.91º 0.28% 0.94% -
XYZ 61.13 56.7 47.77 -
YUV 200.78 112.89 155.98 -
System Red Green Blue C M Y K H S L
Decimal 240 186 174 0 0.22 0.28 0.06 10.91 0.69 0.81
Hex F0 BA AE 0 16 1C 6 B 45 51
Octal 360 272 256 0 26 34 6 13 105 121
Binary 11110000 10111010 10101110 0 10110 11100 110 1011 1000101 1010001

Color Harmonies of #F0BAAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0BAAE

Black with #F0BAAE

Text Example


Text Example

White with #F0BAAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0BAAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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