Html Css Color HEX #F0BCBF Azalea

📋 copy color: '#F0BCBF'

red 240 ◦ green 188 ◦ blue 191

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

Shades of Azalea #F0BCBF

Tints of Azalea #F0BCBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 30.86%

R = 38.77%
G = 30.37%
B = 30.86%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.20

 K value IS 0.06

RGB Variations

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

Color information

#F0BCBF (or 0xF0BCBF) is known color: Azalea. HEX triplet: F0, BC and BF. RGB value is (240,188,191). Sum of RGB (Red+Green+Blue) = 240+188+191=619 (81% of max value = 765). Red value is 240 (94.14% from 255 or 38.77% from 619); Green value is 188 (73.83% from 255 or 30.37% from 619); Blue value is 191 (75% from 255 or 30.86% from 619); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BCBF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0BCBF is #0F4340. Grayscale: #CBCBCB. Windows color (decimal): -1000257 or 12565744. OLE color: 12565744.

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

Color convert

RGB 240 188 191 -
CMYK 0 0.22 0.20 0.06
HSL 356.54º 0.63% 0.84% -
HSV(B) 356.54º 0.22% 0.94% -
XYZ 63.32 58.25 57.2 -
YUV 203.89 120.73 153.76 -
System Red Green Blue C M Y K H S L
Decimal 240 188 191 0 0.22 0.20 0.06 356.54 0.63 0.84
Hex F0 BC BF 0 16 14 6 165 3F 54
Octal 360 274 277 0 26 24 6 545 77 124
Binary 11110000 10111100 10111111 0 10110 10100 110 101100101 111111 1010100

Color Harmonies of #F0BCBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0BCBF

Black with #F0BCBF

Text Example


Text Example

White with #F0BCBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0BCBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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