Html Css Color HEX #F0BCBE Azalea

📋 copy color: '#F0BCBE'

red 240 ◦ green 188 ◦ blue 190

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

Shades of Azalea #F0BCBE

Tints of Azalea #F0BCBE

RGB

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

 GREEN value IS 188 (73.83% from 255) = 30.42%

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

R = 38.83%
G = 30.42%
B = 30.74%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#F0BCBE (or 0xF0BCBE) is known color: Azalea. HEX triplet: F0, BC and BE. RGB value is (240,188,190). Sum of RGB (Red+Green+Blue) = 240+188+190=618 (81% of max value = 765). Red value is 240 (94.14% from 255 or 38.83% from 618); Green value is 188 (73.83% from 255 or 30.42% from 618); Blue value is 190 (74.61% from 255 or 30.74% from 618); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BCBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0BCBE is #0F4341. Grayscale: #CBCBCB. Windows color (decimal): -1000258 or 12500208. OLE color: 12500208.

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

Color convert

RGB 240 188 190 -
CMYK 0 0.22 0.21 0.06
HSL 357.69º 0.63% 0.84% -
HSV(B) 357.69º 0.22% 0.94% -
XYZ 63.21 58.21 56.62 -
YUV 203.78 120.23 153.84 -
System Red Green Blue C M Y K H S L
Decimal 240 188 190 0 0.22 0.21 0.06 357.69 0.63 0.84
Hex F0 BC BE 0 16 15 6 166 3F 54
Octal 360 274 276 0 26 25 6 546 77 124
Binary 11110000 10111100 10111110 0 10110 10101 110 101100110 111111 1010100

Color Harmonies of #F0BCBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0BCBE

Black with #F0BCBE

Text Example


Text Example

White with #F0BCBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0BCBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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