Html Css Color HEX #F0BCBD Azalea

📋 copy color: '#F0BCBD'

red 240 ◦ green 188 ◦ blue 189

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

Shades of Azalea #F0BCBD

Tints of Azalea #F0BCBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 30.63%

R = 38.9%
G = 30.47%
B = 30.63%

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

#F0BCBD (or 0xF0BCBD) is known color: Azalea. HEX triplet: F0, BC and BD. RGB value is (240,188,189). Sum of RGB (Red+Green+Blue) = 240+188+189=617 (81% of max value = 765). Red value is 240 (94.14% from 255 or 38.90% from 617); Green value is 188 (73.83% from 255 or 30.47% from 617); Blue value is 189 (74.22% from 255 or 30.63% from 617); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BCBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0BCBD is #0F4342. Grayscale: #CBCBCB. Windows color (decimal): -1000259 or 12434672. OLE color: 12434672.

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

Color convert

RGB 240 188 189 -
CMYK 0 0.22 0.21 0.06
HSL 358.85º 0.63% 0.84% -
HSV(B) 358.85º 0.22% 0.94% -
XYZ 63.1 58.17 56.05 -
YUV 203.66 119.73 153.92 -
System Red Green Blue C M Y K H S L
Decimal 240 188 189 0 0.22 0.21 0.06 358.85 0.63 0.84
Hex F0 BC BD 0 16 15 6 167 3F 54
Octal 360 274 275 0 26 25 6 547 77 124
Binary 11110000 10111100 10111101 0 10110 10101 110 101100111 111111 1010100

Color Harmonies of #F0BCBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0BCBD

Black with #F0BCBD

Text Example


Text Example

White with #F0BCBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0BCBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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