#F2BABB

Color #F2BABB Azalea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Azalea #F2BABB

Tints of Azalea #F2BABB

Color information

#F2BABB (or 0xF2BABB) is unknown color: approx 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

RGB242186187-
CMYK00.230.230.05
HSL358.93º68.29%83.92%-
HSV(B)358.93º23.14%94.9%-
XYZ63.1557.5854.8-
YUV202.86119.05155.92-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.23
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24218618700.230.230.05358.9368.2983.92
HexF2BABB0171751674454
Octal362272273027275547104124
Binary1111001010111010101110110101111011110110110011110001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2BABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>