Html Css Color HEX #F2BABB Azalea

📋 copy color: '#F2BABB'

red 242 ◦ green 186 ◦ blue 187

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

Shades of Azalea #F2BABB

Tints of Azalea #F2BABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 30.41%

R = 39.35%
G = 30.24%
B = 30.41%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.23

 K value IS 0.05

RGB Variations

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

Color information

#F2BABB (or 0xF2BABB) is known color: Azalea. HEX triplet: F2, BA and BB. RGB value is (242,186,187). Sum of RGB (Red+Green+Blue) = 242+186+187=615 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.35% from 615); Green value is 186 (73.05% from 255 or 30.24% from 615); Blue value is 187 (73.44% from 255 or 30.41% from 615); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BABB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2BABB is #0D4544. Grayscale: #CACACA. Windows color (decimal): -869701 or 12303090. OLE color: 12303090.

HSL color Cylindrical-coordinate representation of color #F2BABB: hue angle of 358.93º 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 #F2BABB is Cyan = 0, Magento = 0.23, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 186 187 -
CMYK 0 0.23 0.23 0.05
HSL 358.93º 0.68% 0.84% -
HSV(B) 358.93º 0.23% 0.95% -
XYZ 63.15 57.58 54.8 -
YUV 202.86 119.05 155.92 -
System Red Green Blue C M Y K H S L
Decimal 242 186 187 0 0.23 0.23 0.05 358.93 0.68 0.84
Hex F2 BA BB 0 17 17 5 167 44 54
Octal 362 272 273 0 27 27 5 547 104 124
Binary 11110010 10111010 10111011 0 10111 10111 101 101100111 1000100 1010100

Color Harmonies of #F2BABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2BABB

Black with #F2BABB

Text Example


Text Example

White with #F2BABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2BABB; }

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

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

background-color css

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

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

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

border-color css

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

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

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