Html Css Color HEX #F0AAB0 Blossom

📋 copy color: '#F0AAB0'

red 240 ◦ green 170 ◦ blue 176

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

Shades of Blossom #F0AAB0

Tints of Blossom #F0AAB0

RGB

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

 GREEN value IS 170 (66.8% from 255) = 29.01%

 BLUE value IS 176 (69.14% from 255) = 30.03%

R = 40.96%
G = 29.01%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.27

 K value IS 0.06

RGB Variations

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

Color information

#F0AAB0 (or 0xF0AAB0) is known color: Blossom. HEX triplet: F0, AA and B0. RGB value is (240,170,176). Sum of RGB (Red+Green+Blue) = 240+170+176=586 (77% of max value = 765). Red value is 240 (94.14% from 255 or 40.96% from 586); Green value is 170 (66.80% from 255 or 29.01% from 586); Blue value is 176 (69.14% from 255 or 30.03% from 586); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AAB0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0AAB0 is #0F554F. Grayscale: #BFBFBF. Windows color (decimal): -1004880 or 11578096. OLE color: 11578096.

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

Color convert

RGB 240 170 176 -
CMYK 0 0.29 0.27 0.06
HSL 354.86º 0.7% 0.8% -
HSV(B) 354.86º 0.29% 0.94% -
XYZ 58.15 50.41 47.74 -
YUV 191.61 119.19 162.51 -
System Red Green Blue C M Y K H S L
Decimal 240 170 176 0 0.29 0.27 0.06 354.86 0.7 0.8
Hex F0 AA B0 0 1D 1B 6 163 46 50
Octal 360 252 260 0 35 33 6 543 106 120
Binary 11110000 10101010 10110000 0 11101 11011 110 101100011 1000110 1010000

Color Harmonies of #F0AAB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0AAB0

Black with #F0AAB0

Text Example


Text Example

White with #F0AAB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0AAB0; }

 p { color: rgb(240,170,176); }

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

background-color css

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

 a { background-color: rgb(240,170,176); }

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

border-color css

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

 span { border-color: rgb(240,170,176); }

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