Html Css Color HEX #F0BDBE Azalea

📋 copy color: '#F0BDBE'

red 240 ◦ green 189 ◦ blue 190

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

Shades of Azalea #F0BDBE

Tints of Azalea #F0BDBE

RGB

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

 GREEN value IS 189 (74.22% from 255) = 30.53%

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

R = 38.77%
G = 30.53%
B = 30.69%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#F0BDBE (or 0xF0BDBE) is known color: Azalea. HEX triplet: F0, BD and BE. RGB value is (240,189,190). Sum of RGB (Red+Green+Blue) = 240+189+190=619 (81% of max value = 765). Red value is 240 (94.14% from 255 or 38.77% from 619); Green value is 189 (74.22% from 255 or 30.53% from 619); Blue value is 190 (74.61% from 255 or 30.69% from 619); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BDBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0BDBE is #0F4241. Grayscale: #CCCCCC. Windows color (decimal): -1000002 or 12500464. OLE color: 12500464.

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

Color convert

RGB 240 189 190 -
CMYK 0 0.21 0.21 0.06
HSL 358.82º 0.63% 0.84% -
HSV(B) 358.82º 0.21% 0.94% -
XYZ 63.43 58.64 56.69 -
YUV 204.36 119.9 153.42 -
System Red Green Blue C M Y K H S L
Decimal 240 189 190 0 0.21 0.21 0.06 358.82 0.63 0.84
Hex F0 BD BE 0 15 15 6 167 3F 54
Octal 360 275 276 0 25 25 6 547 77 124
Binary 11110000 10111101 10111110 0 10101 10101 110 101100111 111111 1010100

Color Harmonies of #F0BDBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0BDBE

Black with #F0BDBE

Text Example


Text Example

White with #F0BDBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0BDBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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