Html Css Color HEX #F7B9BE Azalea

📋 copy color: '#F7B9BE'

red 247 ◦ green 185 ◦ blue 190

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

Shades of Azalea #F7B9BE

Tints of Azalea #F7B9BE

RGB

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

 GREEN value IS 185 (72.66% from 255) = 29.74%

 BLUE value IS 190 (74.61% from 255) = 30.55%

R = 39.71%
G = 29.74%
B = 30.55%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.23

 K value IS 0.03

RGB Variations

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

Color information

#F7B9BE (or 0xF7B9BE) is known color: Azalea. HEX triplet: F7, B9 and BE. RGB value is (247,185,190). Sum of RGB (Red+Green+Blue) = 247+185+190=622 (82% of max value = 765). Red value is 247 (96.88% from 255 or 39.71% from 622); Green value is 185 (72.66% from 255 or 29.74% from 622); Blue value is 190 (74.61% from 255 or 30.55% from 622); Max value from RGB is 247 - color contains mainly: red. Hex color #F7B9BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7B9BE is #084641. Grayscale: #CCCCCC. Windows color (decimal): -542274 or 12499447. OLE color: 12499447.

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

Color convert

RGB 247 185 190 -
CMYK 0 0.25 0.23 0.03
HSL 355.16º 0.79% 0.85% -
HSV(B) 355.16º 0.25% 0.97% -
XYZ 65 58.19 56.52 -
YUV 204.11 120.04 158.59 -
System Red Green Blue C M Y K H S L
Decimal 247 185 190 0 0.25 0.23 0.03 355.16 0.79 0.85
Hex F7 B9 BE 0 19 17 3 163 4F 55
Octal 367 271 276 0 31 27 3 543 117 125
Binary 11110111 10111001 10111110 0 11001 10111 11 101100011 1001111 1010101

Color Harmonies of #F7B9BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7B9BE

Black with #F7B9BE

Text Example


Text Example

White with #F7B9BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7B9BE; }

 p { color: rgb(247,185,190); }

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

background-color css

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

 a { background-color: rgb(247,185,190); }

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

border-color css

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

 span { border-color: rgb(247,185,190); }

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