Html Css Color HEX #F0B7BE Azalea

📋 copy color: '#F0B7BE'

red 240 ◦ green 183 ◦ blue 190

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

Shades of Azalea #F0B7BE

Tints of Azalea #F0B7BE

RGB

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

 GREEN value IS 183 (71.88% from 255) = 29.85%

 BLUE value IS 190 (74.61% from 255) = 31%

R = 39.15%
G = 29.85%
B = 31%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#F0B7BE (or 0xF0B7BE) is known color: Azalea. HEX triplet: F0, B7 and BE. RGB value is (240,183,190). Sum of RGB (Red+Green+Blue) = 240+183+190=613 (81% of max value = 765). Red value is 240 (94.14% from 255 or 39.15% from 613); Green value is 183 (71.88% from 255 or 29.85% from 613); Blue value is 190 (74.61% from 255 or 31.00% from 613); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B7BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0B7BE is #0F4841. Grayscale: #C8C8C8. Windows color (decimal): -1001538 or 12498928. OLE color: 12498928.

HSL color Cylindrical-coordinate representation of color #F0B7BE: hue angle of 352.63º degrees, saturation: 0.66, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F0B7BE is Cyan = 0, Magento = 0.24, Yellow = 0.21 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 183 190 -
CMYK 0 0.24 0.21 0.06
HSL 352.63º 0.66% 0.83% -
HSV(B) 352.63º 0.24% 0.94% -
XYZ 62.16 56.11 56.27 -
YUV 200.84 121.88 155.93 -
System Red Green Blue C M Y K H S L
Decimal 240 183 190 0 0.24 0.21 0.06 352.63 0.66 0.83
Hex F0 B7 BE 0 18 15 6 161 42 53
Octal 360 267 276 0 30 25 6 541 102 123
Binary 11110000 10110111 10111110 0 11000 10101 110 101100001 1000010 1010011

Color Harmonies of #F0B7BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0B7BE

Black with #F0B7BE

Text Example


Text Example

White with #F0B7BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0B7BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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