Html Css Color HEX #F0B0B7 Blossom

📋 copy color: '#F0B0B7'

red 240 ◦ green 176 ◦ blue 183

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

Shades of Blossom #F0B0B7

Tints of Blossom #F0B0B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 30.55%

R = 40.07%
G = 29.38%
B = 30.55%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.24

 K value IS 0.06

RGB Variations

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

Color information

#F0B0B7 (or 0xF0B0B7) is known color: Blossom. HEX triplet: F0, B0 and B7. RGB value is (240,176,183). Sum of RGB (Red+Green+Blue) = 240+176+183=599 (79% of max value = 765). Red value is 240 (94.14% from 255 or 40.07% from 599); Green value is 176 (69.14% from 255 or 29.38% from 599); Blue value is 183 (71.88% from 255 or 30.55% from 599); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B0B7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0B0B7 is #0F4F48. Grayscale: #C3C3C3. Windows color (decimal): -1003337 or 12038384. OLE color: 12038384.

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

Color convert

RGB 240 176 183 -
CMYK 0 0.27 0.24 0.06
HSL 353.44º 0.68% 0.82% -
HSV(B) 353.44º 0.27% 0.94% -
XYZ 60.01 52.99 51.87 -
YUV 195.93 120.7 159.43 -
System Red Green Blue C M Y K H S L
Decimal 240 176 183 0 0.27 0.24 0.06 353.44 0.68 0.82
Hex F0 B0 B7 0 1B 18 6 161 44 52
Octal 360 260 267 0 33 30 6 541 104 122
Binary 11110000 10110000 10110111 0 11011 11000 110 101100001 1000100 1010010

Color Harmonies of #F0B0B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0B0B7

Black with #F0B0B7

Text Example


Text Example

White with #F0B0B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0B0B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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