#f5bec6

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

Shades of Azalea #F5BEC6

Tints of Azalea #F5BEC6

Color information

#F5BEC6 (or 0xF5BEC6) is unknown color: approx Azalea. HEX triplet: F5, BE and C6. RGB value is (245,190,198). Sum of RGB (Red+Green+Blue) = 245+190+198=633 (83% of max value = 765). Red value is 245 (96.09% from 255 or 38.70% from 633); Green value is 190 (74.61% from 255 or 30.02% from 633); Blue value is 198 (77.73% from 255 or 31.28% from 633); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BEC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5BEC6 is #0A4139. Grayscale: #CFCFCF. Windows color (decimal): -672058 or 13025013. OLE color: 13025013.

HSL color Cylindrical-coordinate representation of color #F5BEC6: hue angle of 351.27º degrees, saturation: 0.73, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F5BEC6 is Cyan = 0, Magento = 0.22, Yellow = 0.19 and Black (K on CMYK) = 0.04.

Color convert

RGB245190198-
CMYK00.220.190.04
HSL351.27º73.33%85.29%-
HSV(B)351.27º22.45%96.08%-
XYZ66.2660.3261.58-
YUV207.36122.72154.85-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 38.70%
GREEN value IS 190 (74.61% from 255) = 30.02%
BLUE value IS 198 (77.73% from 255) = 31.28%
R=38.70%
G=30.02%
B=31.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.19
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24519019800.220.190.04351.2773.3385.29
HexF5BEC601613415f4955
Octal365276306026234537111125
Binary1111010110111110110001100101101001110010101111110010011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f5bec6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f5bec6; }

 p { color: rgb(245,190,198); }

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

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

 a { background-color: rgb(245,190,198); }

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

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

 span { border-color: rgb(245,190,198); }

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