Html Css Color HEX #F0ABB5 Blossom

📋 copy color: '#F0ABB5'

red 240 ◦ green 171 ◦ blue 181

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

Shades of Blossom #F0ABB5

Tints of Blossom #F0ABB5

RGB

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

 GREEN value IS 171 (67.19% from 255) = 28.89%

 BLUE value IS 181 (71.09% from 255) = 30.57%

R = 40.54%
G = 28.89%
B = 30.57%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.25

 K value IS 0.06

RGB Variations

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

Color information

#F0ABB5 (or 0xF0ABB5) is known color: Blossom. HEX triplet: F0, AB and B5. RGB value is (240,171,181). Sum of RGB (Red+Green+Blue) = 240+171+181=592 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.54% from 592); Green value is 171 (67.19% from 255 or 28.89% from 592); Blue value is 181 (71.09% from 255 or 30.57% from 592); Max value from RGB is 240 - color contains mainly: red. Hex color #F0ABB5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0ABB5 is #0F544A. Grayscale: #C0C0C0. Windows color (decimal): -1004619 or 11906032. OLE color: 11906032.

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

Color convert

RGB 240 171 181 -
CMYK 0 0.29 0.25 0.06
HSL 351.3º 0.7% 0.81% -
HSV(B) 351.3º 0.29% 0.94% -
XYZ 58.84 50.99 50.46 -
YUV 192.77 121.36 161.69 -
System Red Green Blue C M Y K H S L
Decimal 240 171 181 0 0.29 0.25 0.06 351.3 0.7 0.81
Hex F0 AB B5 0 1D 19 6 15F 46 51
Octal 360 253 265 0 35 31 6 537 106 121
Binary 11110000 10101011 10110101 0 11101 11001 110 101011111 1000110 1010001

Color Harmonies of #F0ABB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0ABB5

Black with #F0ABB5

Text Example


Text Example

White with #F0ABB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0ABB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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