Html Css Color HEX #F0B0B3 Blossom

📋 copy color: '#F0B0B3'

red 240 ◦ green 176 ◦ blue 179

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

Shades of Blossom #F0B0B3

Tints of Blossom #F0B0B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 30.08%

R = 40.34%
G = 29.58%
B = 30.08%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.25

 K value IS 0.06

RGB Variations

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

Color information

#F0B0B3 (or 0xF0B0B3) is known color: Blossom. HEX triplet: F0, B0 and B3. RGB value is (240,176,179). Sum of RGB (Red+Green+Blue) = 240+176+179=595 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.34% from 595); Green value is 176 (69.14% from 255 or 29.58% from 595); Blue value is 179 (70.31% from 255 or 30.08% from 595); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B0B3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0B0B3 is #0F4F4C. Grayscale: #C3C3C3. Windows color (decimal): -1003341 or 11776240. OLE color: 11776240.

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

Color convert

RGB 240 176 179 -
CMYK 0 0.27 0.25 0.06
HSL 357.19º 0.68% 0.82% -
HSV(B) 357.19º 0.27% 0.94% -
XYZ 59.6 52.83 49.7 -
YUV 195.48 118.7 159.76 -
System Red Green Blue C M Y K H S L
Decimal 240 176 179 0 0.27 0.25 0.06 357.19 0.68 0.82
Hex F0 B0 B3 0 1B 19 6 165 44 52
Octal 360 260 263 0 33 31 6 545 104 122
Binary 11110000 10110000 10110011 0 11011 11001 110 101100101 1000100 1010010

Color Harmonies of #F0B0B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0B0B3

Black with #F0B0B3

Text Example


Text Example

White with #F0B0B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0B0B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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