Html Css Color HEX #F6BDC6 Azalea

📋 copy color: '#F6BDC6'

red 246 ◦ green 189 ◦ blue 198

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

Shades of Azalea #F6BDC6

Tints of Azalea #F6BDC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 31.28%

R = 38.86%
G = 29.86%
B = 31.28%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.20

 K value IS 0.04

RGB Variations

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

Color information

#F6BDC6 (or 0xF6BDC6) is known color: Azalea. HEX triplet: F6, BD and C6. RGB value is (246,189,198). Sum of RGB (Red+Green+Blue) = 246+189+198=633 (83% of max value = 765). Red value is 246 (96.48% from 255 or 38.86% from 633); Green value is 189 (74.22% from 255 or 29.86% from 633); Blue value is 198 (77.73% from 255 or 31.28% from 633); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BDC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6BDC6 is #094239. Grayscale: #CFCFCF. Windows color (decimal): -606778 or 13024758. OLE color: 13024758.

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

Color convert

RGB 246 189 198 -
CMYK 0 0.23 0.20 0.04
HSL 350.53º 0.76% 0.85% -
HSV(B) 350.53º 0.23% 0.96% -
XYZ 66.4 60.07 61.52 -
YUV 207.07 122.88 155.77 -
System Red Green Blue C M Y K H S L
Decimal 246 189 198 0 0.23 0.20 0.04 350.53 0.76 0.85
Hex F6 BD C6 0 17 14 4 15F 4C 55
Octal 366 275 306 0 27 24 4 537 114 125
Binary 11110110 10111101 11000110 0 10111 10100 100 101011111 1001100 1010101

Color Harmonies of #F6BDC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6BDC6

Black with #F6BDC6

Text Example


Text Example

White with #F6BDC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6BDC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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