Html Css Color HEX #F6BEC0 Azalea

📋 copy color: '#F6BEC0'

red 246 ◦ green 190 ◦ blue 192

#F6BEC0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Azalea #F6BEC0

Tints of Azalea #F6BEC0

RGB

 RED value IS 246 (96.48% from 255) = 39.17%

 GREEN value IS 190 (74.61% from 255) = 30.25%

 BLUE value IS 192 (75.39% from 255) = 30.57%

R = 39.17%
G = 30.25%
B = 30.57%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.22

 K value IS 0.04

RGB Variations

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

Color information

#F6BEC0 (or 0xF6BEC0) is known color: Azalea. HEX triplet: F6, BE and C0. RGB value is (246,190,192). Sum of RGB (Red+Green+Blue) = 246+190+192=628 (83% of max value = 765). Red value is 246 (96.48% from 255 or 39.17% from 628); Green value is 190 (74.61% from 255 or 30.25% from 628); Blue value is 192 (75.39% from 255 or 30.57% from 628); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BEC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6BEC0 is #09413F. Grayscale: #CFCFCF. Windows color (decimal): -606528 or 12631798. OLE color: 12631798.

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

Color convert

RGB 246 190 192 -
CMYK 0 0.23 0.22 0.04
HSL 357.86º 0.76% 0.85% -
HSV(B) 357.86º 0.23% 0.96% -
XYZ 65.93 60.23 58.02 -
YUV 206.97 119.55 155.84 -
System Red Green Blue C M Y K H S L
Decimal 246 190 192 0 0.23 0.22 0.04 357.86 0.76 0.85
Hex F6 BE C0 0 17 16 4 166 4C 55
Octal 366 276 300 0 27 26 4 546 114 125
Binary 11110110 10111110 11000000 0 10111 10110 100 101100110 1001100 1010101

Color Harmonies of #F6BEC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6BEC0

Black with #F6BEC0

Text Example


Text Example

White with #F6BEC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6BEC0; }

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

 H1.HeaderClassName
 {
   color: #F6BEC0;
 }
 .AnyTagClassName
 {
   color: #F6BEC0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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