Html Css Color HEX #F7B9BB Azalea

📋 copy color: '#F7B9BB'

red 247 ◦ green 185 ◦ blue 187

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

Shades of Azalea #F7B9BB

Tints of Azalea #F7B9BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 30.21%

R = 39.9%
G = 29.89%
B = 30.21%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.24

 K value IS 0.03

RGB Variations

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

Color information

#F7B9BB (or 0xF7B9BB) is known color: Azalea. HEX triplet: F7, B9 and BB. RGB value is (247,185,187). Sum of RGB (Red+Green+Blue) = 247+185+187=619 (81% of max value = 765). Red value is 247 (96.88% from 255 or 39.90% from 619); Green value is 185 (72.66% from 255 or 29.89% from 619); Blue value is 187 (73.44% from 255 or 30.21% from 619); Max value from RGB is 247 - color contains mainly: red. Hex color #F7B9BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7B9BB is #084644. Grayscale: #CBCBCB. Windows color (decimal): -542277 or 12302839. OLE color: 12302839.

HSL color Cylindrical-coordinate representation of color #F7B9BB: hue angle of 358.06º 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 #F7B9BB is Cyan = 0, Magento = 0.25, Yellow = 0.24 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 185 187 -
CMYK 0 0.25 0.24 0.03
HSL 358.06º 0.79% 0.85% -
HSV(B) 358.06º 0.25% 0.97% -
XYZ 64.68 58.06 54.81 -
YUV 203.77 118.54 158.84 -
System Red Green Blue C M Y K H S L
Decimal 247 185 187 0 0.25 0.24 0.03 358.06 0.79 0.85
Hex F7 B9 BB 0 19 18 3 166 4F 55
Octal 367 271 273 0 31 30 3 546 117 125
Binary 11110111 10111001 10111011 0 11001 11000 11 101100110 1001111 1010101

Color Harmonies of #F7B9BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7B9BB

Black with #F7B9BB

Text Example


Text Example

White with #F7B9BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7B9BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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