Html Css Color HEX #F2BCBF Azalea

📋 copy color: '#F2BCBF'

red 242 ◦ green 188 ◦ blue 191

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

Shades of Azalea #F2BCBF

Tints of Azalea #F2BCBF

RGB

 RED value IS 242 (94.92% from 255) = 38.97%

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

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

R = 38.97%
G = 30.27%
B = 30.76%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.21

 K value IS 0.05

RGB Variations

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

Color information

#F2BCBF (or 0xF2BCBF) is known color: Azalea. HEX triplet: F2, BC and BF. RGB value is (242,188,191). Sum of RGB (Red+Green+Blue) = 242+188+191=621 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.97% from 621); Green value is 188 (73.83% from 255 or 30.27% from 621); Blue value is 191 (75% from 255 or 30.76% from 621); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BCBF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2BCBF is #0D4340. Grayscale: #CCCCCC. Windows color (decimal): -869185 or 12565746. OLE color: 12565746.

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

Color convert

RGB 242 188 191 -
CMYK 0 0.22 0.21 0.05
HSL 356.67º 0.68% 0.84% -
HSV(B) 356.67º 0.22% 0.95% -
XYZ 64.01 58.61 57.23 -
YUV 204.49 120.39 154.76 -
System Red Green Blue C M Y K H S L
Decimal 242 188 191 0 0.22 0.21 0.05 356.67 0.68 0.84
Hex F2 BC BF 0 16 15 5 165 44 54
Octal 362 274 277 0 26 25 5 545 104 124
Binary 11110010 10111100 10111111 0 10110 10101 101 101100101 1000100 1010100

Color Harmonies of #F2BCBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2BCBF

Black with #F2BCBF

Text Example


Text Example

White with #F2BCBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2BCBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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