#F6BEC6

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

Shades of Azalea #F6BEC6

Tints of Azalea #F6BEC6

Color information

#F6BEC6 (or 0xF6BEC6) is unknown color: approx Azalea. HEX triplet: F6, BE and C6. RGB value is (246,190,198). Sum of RGB (Red+Green+Blue) = 246+190+198=634 (83% of max value = 765). Red value is 246 (96.48% from 255 or 38.80% from 634); Green value is 190 (74.61% from 255 or 29.97% from 634); Blue value is 198 (77.73% from 255 or 31.23% from 634); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BEC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6BEC6 is #094139. Grayscale: #CFCFCF. Windows color (decimal): -606522 or 13025014. OLE color: 13025014.

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

Color convert

RGB246190198-
CMYK00.230.200.04
HSL351.43º75.68%85.49%-
HSV(B)351.43º22.76%96.47%-
XYZ66.6160.561.59-
YUV207.66122.55155.35-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 38.80%
GREEN value IS 190 (74.61% from 255) = 29.97%
BLUE value IS 198 (77.73% from 255) = 31.23%
R=38.80%
G=29.97%
B=31.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.20
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24619019800.230.200.04351.4375.6885.49
HexF6BEC601714415f4c55
Octal366276306027244537114125
Binary1111011010111110110001100101111010010010101111110011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6BEC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6BEC6; }

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

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

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

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

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

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

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

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