Html Css Color HEX #F0B1B9 Blossom

📋 copy color: '#F0B1B9'

red 240 ◦ green 177 ◦ blue 185

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

Shades of Blossom #F0B1B9

Tints of Blossom #F0B1B9

RGB

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

 GREEN value IS 177 (69.53% from 255) = 29.4%

 BLUE value IS 185 (72.66% from 255) = 30.73%

R = 39.87%
G = 29.4%
B = 30.73%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.23

 K value IS 0.06

RGB Variations

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

Color information

#F0B1B9 (or 0xF0B1B9) is known color: Blossom. HEX triplet: F0, B1 and B9. RGB value is (240,177,185). Sum of RGB (Red+Green+Blue) = 240+177+185=602 (79% of max value = 765). Red value is 240 (94.14% from 255 or 39.87% from 602); Green value is 177 (69.53% from 255 or 29.40% from 602); Blue value is 185 (72.66% from 255 or 30.73% from 602); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B1B9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0B1B9 is #0F4E46. Grayscale: #C4C4C4. Windows color (decimal): -1003079 or 12169712. OLE color: 12169712.

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

Color convert

RGB 240 177 185 -
CMYK 0 0.26 0.23 0.06
HSL 352.38º 0.68% 0.82% -
HSV(B) 352.38º 0.26% 0.94% -
XYZ 60.41 53.47 53.04 -
YUV 196.75 121.37 158.85 -
System Red Green Blue C M Y K H S L
Decimal 240 177 185 0 0.26 0.23 0.06 352.38 0.68 0.82
Hex F0 B1 B9 0 1A 17 6 160 44 52
Octal 360 261 271 0 32 27 6 540 104 122
Binary 11110000 10110001 10111001 0 11010 10111 110 101100000 1000100 1010010

Color Harmonies of #F0B1B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0B1B9

Black with #F0B1B9

Text Example


Text Example

White with #F0B1B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0B1B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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