Html Css Color HEX #F0B8BE Azalea

📋 copy color: '#F0B8BE'

red 240 ◦ green 184 ◦ blue 190

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

Shades of Azalea #F0B8BE

Tints of Azalea #F0B8BE

RGB

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

 GREEN value IS 184 (72.27% from 255) = 29.97%

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

R = 39.09%
G = 29.97%
B = 30.94%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#F0B8BE (or 0xF0B8BE) is known color: Azalea. HEX triplet: F0, B8 and BE. RGB value is (240,184,190). Sum of RGB (Red+Green+Blue) = 240+184+190=614 (81% of max value = 765). Red value is 240 (94.14% from 255 or 39.09% from 614); Green value is 184 (72.27% from 255 or 29.97% from 614); Blue value is 190 (74.61% from 255 or 30.94% from 614); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B8BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0B8BE is #0F4741. Grayscale: #C9C9C9. Windows color (decimal): -1001282 or 12499184. OLE color: 12499184.

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

Color convert

RGB 240 184 190 -
CMYK 0 0.23 0.21 0.06
HSL 353.57º 0.65% 0.83% -
HSV(B) 353.57º 0.23% 0.94% -
XYZ 62.37 56.52 56.34 -
YUV 201.43 121.55 155.51 -
System Red Green Blue C M Y K H S L
Decimal 240 184 190 0 0.23 0.21 0.06 353.57 0.65 0.83
Hex F0 B8 BE 0 17 15 6 162 41 53
Octal 360 270 276 0 27 25 6 542 101 123
Binary 11110000 10111000 10111110 0 10111 10101 110 101100010 1000001 1010011

Color Harmonies of #F0B8BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0B8BE

Black with #F0B8BE

Text Example


Text Example

White with #F0B8BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0B8BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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