#F2BAC1

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

Shades of Azalea #F2BAC1

Tints of Azalea #F2BAC1

Color information

#F2BAC1 (or 0xF2BAC1) is unknown color: approx Azalea. HEX triplet: F2, BA and C1. RGB value is (242,186,193). Sum of RGB (Red+Green+Blue) = 242+186+193=621 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.97% from 621); Green value is 186 (73.05% from 255 or 29.95% from 621); Blue value is 193 (75.78% from 255 or 31.08% from 621); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BAC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2BAC1 is #0D453E. Grayscale: #CBCBCB. Windows color (decimal): -869695 or 12696306. OLE color: 12696306.

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

Color convert

RGB242186193-
CMYK00.230.200.05
HSL352.5º68.29%83.92%-
HSV(B)352.5º23.14%94.9%-
XYZ63.857.8558.25-
YUV203.54122.05155.43-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 38.97%
GREEN value IS 186 (73.05% from 255) = 29.95%
BLUE value IS 193 (75.78% from 255) = 31.08%
R=38.97%
G=29.95%
B=31.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.20
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24218619300.230.200.05352.568.2983.92
HexF2BAC10171451604454
Octal362272301027245540104124
Binary1111001010111010110000010101111010010110110000010001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2BAC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2BAC1; }

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

 H1.HeaderClassName
 {
   color: #F2BAC1;
 }
 .AnyTagClassName
 {
   color: #F2BAC1;
 }
</style>
background-color css

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

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

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

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

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

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