Html Css Color HEX #F0A8B1 Blossom

📋 copy color: '#F0A8B1'

red 240 ◦ green 168 ◦ blue 177

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

Shades of Blossom #F0A8B1

Tints of Blossom #F0A8B1

RGB

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

 GREEN value IS 168 (66.02% from 255) = 28.72%

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

R = 41.03%
G = 28.72%
B = 30.26%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.26

 K value IS 0.06

RGB Variations

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

Color information

#F0A8B1 (or 0xF0A8B1) is known color: Blossom. HEX triplet: F0, A8 and B1. RGB value is (240,168,177). Sum of RGB (Red+Green+Blue) = 240+168+177=585 (77% of max value = 765). Red value is 240 (94.14% from 255 or 41.03% from 585); Green value is 168 (66.02% from 255 or 28.72% from 585); Blue value is 177 (69.53% from 255 or 30.26% from 585); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A8B1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0A8B1 is #0F574E. Grayscale: #BEBEBE. Windows color (decimal): -1005391 or 11643120. OLE color: 11643120.

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

Color convert

RGB 240 168 177 -
CMYK 0 0.3 0.26 0.06
HSL 352.5º 0.71% 0.8% -
HSV(B) 352.5º 0.3% 0.94% -
XYZ 57.87 49.7 48.14 -
YUV 190.55 120.35 163.27 -
System Red Green Blue C M Y K H S L
Decimal 240 168 177 0 0.3 0.26 0.06 352.5 0.71 0.8
Hex F0 A8 B1 0 1E 1A 6 160 47 50
Octal 360 250 261 0 36 32 6 540 107 120
Binary 11110000 10101000 10110001 0 11110 11010 110 101100000 1000111 1010000

Color Harmonies of #F0A8B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A8B1

Black with #F0A8B1

Text Example


Text Example

White with #F0A8B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A8B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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