#F2BAC2

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

Shades of Azalea #F2BAC2

Tints of Azalea #F2BAC2

Color information

#F2BAC2 (or 0xF2BAC2) is unknown color: approx Azalea. HEX triplet: F2, BA and C2. RGB value is (242,186,194). Sum of RGB (Red+Green+Blue) = 242+186+194=622 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.91% from 622); Green value is 186 (73.05% from 255 or 29.90% from 622); Blue value is 194 (76.17% from 255 or 31.19% from 622); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BAC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2BAC2 is #0D453D. Grayscale: #CBCBCB. Windows color (decimal): -869694 or 12761842. OLE color: 12761842.

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

Color convert

RGB242186194-
CMYK00.230.200.05
HSL351.43º68.29%83.92%-
HSV(B)351.43º23.14%94.9%-
XYZ63.9157.8958.84-
YUV203.66122.55155.35-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 38.91%
GREEN value IS 186 (73.05% from 255) = 29.90%
BLUE value IS 194 (76.17% from 255) = 31.19%
R=38.91%
G=29.90%
B=31.19%

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
Decimal24218619400.230.200.05351.4368.2983.92
HexF2BAC201714515f4454
Octal362272302027245537104124
Binary1111001010111010110000100101111010010110101111110001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2BAC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2BAC2; }

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

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

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

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

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

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

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

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