Html Css Color HEX #F2BABF Azalea

📋 copy color: '#F2BABF'

red 242 ◦ green 186 ◦ blue 191

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

Shades of Azalea #F2BABF

Tints of Azalea #F2BABF

RGB

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

 GREEN value IS 186 (73.05% from 255) = 30.05%

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

R = 39.1%
G = 30.05%
B = 30.86%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.21

 K value IS 0.05

RGB Variations

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

Color information

#F2BABF (or 0xF2BABF) is known color: Azalea. HEX triplet: F2, BA and BF. RGB value is (242,186,191). Sum of RGB (Red+Green+Blue) = 242+186+191=619 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.10% from 619); Green value is 186 (73.05% from 255 or 30.05% from 619); Blue value is 191 (75% from 255 or 30.86% from 619); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BABF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2BABF is #0D4540. Grayscale: #CBCBCB. Windows color (decimal): -869697 or 12565234. OLE color: 12565234.

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

Color convert

RGB 242 186 191 -
CMYK 0 0.23 0.21 0.05
HSL 354.64º 0.68% 0.84% -
HSV(B) 354.64º 0.23% 0.95% -
XYZ 63.58 57.76 57.09 -
YUV 203.31 121.05 155.59 -
System Red Green Blue C M Y K H S L
Decimal 242 186 191 0 0.23 0.21 0.05 354.64 0.68 0.84
Hex F2 BA BF 0 17 15 5 163 44 54
Octal 362 272 277 0 27 25 5 543 104 124
Binary 11110010 10111010 10111111 0 10111 10101 101 101100011 1000100 1010100

Color Harmonies of #F2BABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2BABF

Black with #F2BABF

Text Example


Text Example

White with #F2BABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2BABF; }

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

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

background-color css

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

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

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

border-color css

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

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

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