#F1BEC6

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

Shades of Azalea #F1BEC6

Tints of Azalea #F1BEC6

Color information

#F1BEC6 (or 0xF1BEC6) is unknown color: approx Azalea. HEX triplet: F1, BE and C6. RGB value is (241,190,198). Sum of RGB (Red+Green+Blue) = 241+190+198=629 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.31% from 629); Green value is 190 (74.61% from 255 or 30.21% from 629); Blue value is 198 (77.73% from 255 or 31.48% from 629); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BEC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1BEC6 is #0E4139. Grayscale: #CECECE. Windows color (decimal): -934202 or 13025009. OLE color: 13025009.

HSL color Cylindrical-coordinate representation of color #F1BEC6: hue angle of 350.59º degrees, saturation: 0.65, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F1BEC6 is Cyan = 0, Magento = 0.21, Yellow = 0.18 and Black (K on CMYK) = 0.05.

Color convert

RGB241190198-
CMYK00.210.180.05
HSL350.59º64.56%84.51%-
HSV(B)350.59º21.16%94.51%-
XYZ64.8859.661.51-
YUV206.16123.4152.85-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.31%
GREEN value IS 190 (74.61% from 255) = 30.21%
BLUE value IS 198 (77.73% from 255) = 31.48%
R=38.31%
G=30.21%
B=31.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.18
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24119019800.210.180.05350.5964.5684.51
HexF1BEC601512515f4155
Octal361276306025225537101125
Binary1111000110111110110001100101011001010110101111110000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1BEC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1BEC6; }

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

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

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

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

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

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

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

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