Html Css Color HEX #F6BDC2 Azalea

📋 copy color: '#F6BDC2'

red 246 ◦ green 189 ◦ blue 194

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

Shades of Azalea #F6BDC2

Tints of Azalea #F6BDC2

RGB

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

 GREEN value IS 189 (74.22% from 255) = 30.05%

 BLUE value IS 194 (76.17% from 255) = 30.84%

R = 39.11%
G = 30.05%
B = 30.84%

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

#F6BDC2 (or 0xF6BDC2) is known color: Azalea. HEX triplet: F6, BD and C2. RGB value is (246,189,194). Sum of RGB (Red+Green+Blue) = 246+189+194=629 (83% of max value = 765). Red value is 246 (96.48% from 255 or 39.11% from 629); Green value is 189 (74.22% from 255 or 30.05% from 629); Blue value is 194 (76.17% from 255 or 30.84% from 629); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BDC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6BDC2 is #09423D. Grayscale: #CECECE. Windows color (decimal): -606782 or 12762614. OLE color: 12762614.

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

Color convert

RGB 246 189 194 -
CMYK 0 0.23 0.21 0.04
HSL 354.74º 0.76% 0.85% -
HSV(B) 354.74º 0.23% 0.96% -
XYZ 65.94 59.88 59.12 -
YUV 206.61 120.88 156.09 -
System Red Green Blue C M Y K H S L
Decimal 246 189 194 0 0.23 0.21 0.04 354.74 0.76 0.85
Hex F6 BD C2 0 17 15 4 163 4C 55
Octal 366 275 302 0 27 25 4 543 114 125
Binary 11110110 10111101 11000010 0 10111 10101 100 101100011 1001100 1010101

Color Harmonies of #F6BDC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6BDC2

Black with #F6BDC2

Text Example


Text Example

White with #F6BDC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6BDC2; }

 p { color: rgb(246,189,194); }

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

background-color css

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

 a { background-color: rgb(246,189,194); }

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

border-color css

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

 span { border-color: rgb(246,189,194); }

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