Html Css Color HEX #F7BDC6 Azalea

📋 copy color: '#F7BDC6'

red 247 ◦ green 189 ◦ blue 198

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

Shades of Azalea #F7BDC6

Tints of Azalea #F7BDC6

RGB

 RED value IS 247 (96.88% from 255) = 38.96%

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

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

R = 38.96%
G = 29.81%
B = 31.23%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.20

 K value IS 0.03

RGB Variations

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

Color information

#F7BDC6 (or 0xF7BDC6) is known color: Azalea. HEX triplet: F7, BD and C6. RGB value is (247,189,198). Sum of RGB (Red+Green+Blue) = 247+189+198=634 (83% of max value = 765). Red value is 247 (96.88% from 255 or 38.96% from 634); Green value is 189 (74.22% from 255 or 29.81% from 634); Blue value is 198 (77.73% from 255 or 31.23% from 634); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BDC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7BDC6 is #084239. Grayscale: #CFCFCF. Windows color (decimal): -541242 or 13024759. OLE color: 13024759.

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

Color convert

RGB 247 189 198 -
CMYK 0 0.23 0.20 0.03
HSL 350.69º 0.78% 0.85% -
HSV(B) 350.69º 0.23% 0.97% -
XYZ 66.75 60.25 61.54 -
YUV 207.37 122.72 156.27 -
System Red Green Blue C M Y K H S L
Decimal 247 189 198 0 0.23 0.20 0.03 350.69 0.78 0.85
Hex F7 BD C6 0 17 14 3 15F 4E 55
Octal 367 275 306 0 27 24 3 537 116 125
Binary 11110111 10111101 11000110 0 10111 10100 11 101011111 1001110 1010101

Color Harmonies of #F7BDC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7BDC6

Black with #F7BDC6

Text Example


Text Example

White with #F7BDC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7BDC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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