Html Css Color HEX #F0ACB1 Blossom

📋 copy color: '#F0ACB1'

red 240 ◦ green 172 ◦ blue 177

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

Shades of Blossom #F0ACB1

Tints of Blossom #F0ACB1

RGB

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

 GREEN value IS 172 (67.58% from 255) = 29.2%

 BLUE value IS 177 (69.53% from 255) = 30.05%

R = 40.75%
G = 29.2%
B = 30.05%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.26

 K value IS 0.06

RGB Variations

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

Color information

#F0ACB1 (or 0xF0ACB1) is known color: Blossom. HEX triplet: F0, AC and B1. RGB value is (240,172,177). Sum of RGB (Red+Green+Blue) = 240+172+177=589 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.75% from 589); Green value is 172 (67.58% from 255 or 29.20% from 589); Blue value is 177 (69.53% from 255 or 30.05% from 589); Max value from RGB is 240 - color contains mainly: red. Hex color #F0ACB1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0ACB1 is #0F534E. Grayscale: #C0C0C0. Windows color (decimal): -1004367 or 11644144. OLE color: 11644144.

HSL color Cylindrical-coordinate representation of color #F0ACB1: hue angle of 355.59º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F0ACB1 is Cyan = 0, Magento = 0.28, Yellow = 0.26 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 172 177 -
CMYK 0 0.28 0.26 0.06
HSL 355.59º 0.69% 0.81% -
HSV(B) 355.59º 0.28% 0.94% -
XYZ 58.62 51.2 48.39 -
YUV 192.9 119.03 161.59 -
System Red Green Blue C M Y K H S L
Decimal 240 172 177 0 0.28 0.26 0.06 355.59 0.69 0.81
Hex F0 AC B1 0 1C 1A 6 164 45 51
Octal 360 254 261 0 34 32 6 544 105 121
Binary 11110000 10101100 10110001 0 11100 11010 110 101100100 1000101 1010001

Color Harmonies of #F0ACB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0ACB1

Black with #F0ACB1

Text Example


Text Example

White with #F0ACB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0ACB1; }

 p { color: rgb(240,172,177); }

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

background-color css

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

 a { background-color: rgb(240,172,177); }

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

border-color css

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

 span { border-color: rgb(240,172,177); }

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