Html Css Color HEX #F0B0B8 Blossom

📋 copy color: '#F0B0B8'

red 240 ◦ green 176 ◦ blue 184

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

Shades of Blossom #F0B0B8

Tints of Blossom #F0B0B8

RGB

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

 GREEN value IS 176 (69.14% from 255) = 29.33%

 BLUE value IS 184 (72.27% from 255) = 30.67%

R = 40%
G = 29.33%
B = 30.67%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.23

 K value IS 0.06

RGB Variations

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

Color information

#F0B0B8 (or 0xF0B0B8) is known color: Blossom. HEX triplet: F0, B0 and B8. RGB value is (240,176,184). Sum of RGB (Red+Green+Blue) = 240+176+184=600 (79% of max value = 765). Red value is 240 (94.14% from 255 or 40% from 600); Green value is 176 (69.14% from 255 or 29.33% from 600); Blue value is 184 (72.27% from 255 or 30.67% from 600); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B0B8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0B0B8 is #0F4F47. Grayscale: #C4C4C4. Windows color (decimal): -1003336 or 12103920. OLE color: 12103920.

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

Color convert

RGB 240 176 184 -
CMYK 0 0.27 0.23 0.06
HSL 352.5º 0.68% 0.82% -
HSV(B) 352.5º 0.27% 0.94% -
XYZ 60.11 53.04 52.42 -
YUV 196.05 121.2 159.35 -
System Red Green Blue C M Y K H S L
Decimal 240 176 184 0 0.27 0.23 0.06 352.5 0.68 0.82
Hex F0 B0 B8 0 1B 17 6 160 44 52
Octal 360 260 270 0 33 27 6 540 104 122
Binary 11110000 10110000 10111000 0 11011 10111 110 101100000 1000100 1010010

Color Harmonies of #F0B0B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0B0B8

Black with #F0B0B8

Text Example


Text Example

White with #F0B0B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0B0B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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