Html Css Color HEX #F6BEC3 Azalea

📋 copy color: '#F6BEC3'

red 246 ◦ green 190 ◦ blue 195

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

Shades of Azalea #F6BEC3

Tints of Azalea #F6BEC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 30.9%

R = 38.99%
G = 30.11%
B = 30.9%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.21

 K value IS 0.04

RGB Variations

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

Color information

#F6BEC3 (or 0xF6BEC3) is known color: Azalea. HEX triplet: F6, BE and C3. RGB value is (246,190,195). Sum of RGB (Red+Green+Blue) = 246+190+195=631 (83% of max value = 765). Red value is 246 (96.48% from 255 or 38.99% from 631); Green value is 190 (74.61% from 255 or 30.11% from 631); Blue value is 195 (76.56% from 255 or 30.90% from 631); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BEC3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6BEC3 is #09413C. Grayscale: #CFCFCF. Windows color (decimal): -606525 or 12828406. OLE color: 12828406.

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

Color convert

RGB 246 190 195 -
CMYK 0 0.23 0.21 0.04
HSL 354.64º 0.76% 0.85% -
HSV(B) 354.64º 0.23% 0.96% -
XYZ 66.27 60.36 59.79 -
YUV 207.31 121.05 155.59 -
System Red Green Blue C M Y K H S L
Decimal 246 190 195 0 0.23 0.21 0.04 354.64 0.76 0.85
Hex F6 BE C3 0 17 15 4 163 4C 55
Octal 366 276 303 0 27 25 4 543 114 125
Binary 11110110 10111110 11000011 0 10111 10101 100 101100011 1001100 1010101

Color Harmonies of #F6BEC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6BEC3

Black with #F6BEC3

Text Example


Text Example

White with #F6BEC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6BEC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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