Html Css Color HEX #F1B9BE Azalea

📋 copy color: '#F1B9BE'

red 241 ◦ green 185 ◦ blue 190

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

Shades of Azalea #F1B9BE

Tints of Azalea #F1B9BE

RGB

 RED value IS 241 (94.53% from 255) = 39.12%

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

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

R = 39.12%
G = 30.03%
B = 30.84%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.21

 K value IS 0.05

RGB Variations

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

Color information

#F1B9BE (or 0xF1B9BE) is known color: Azalea. HEX triplet: F1, B9 and BE. RGB value is (241,185,190). Sum of RGB (Red+Green+Blue) = 241+185+190=616 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.12% from 616); Green value is 185 (72.66% from 255 or 30.03% from 616); Blue value is 190 (74.61% from 255 or 30.84% from 616); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B9BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1B9BE is #0E4641. Grayscale: #CACACA. Windows color (decimal): -935490 or 12499441. OLE color: 12499441.

HSL color Cylindrical-coordinate representation of color #F1B9BE: hue angle of 354.64º degrees, saturation: 0.67, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F1B9BE is Cyan = 0, Magento = 0.23, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 185 190 -
CMYK 0 0.23 0.21 0.05
HSL 354.64º 0.67% 0.84% -
HSV(B) 354.64º 0.23% 0.95% -
XYZ 62.92 57.12 56.42 -
YUV 202.31 121.05 155.59 -
System Red Green Blue C M Y K H S L
Decimal 241 185 190 0 0.23 0.21 0.05 354.64 0.67 0.84
Hex F1 B9 BE 0 17 15 5 163 43 54
Octal 361 271 276 0 27 25 5 543 103 124
Binary 11110001 10111001 10111110 0 10111 10101 101 101100011 1000011 1010100

Color Harmonies of #F1B9BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1B9BE

Black with #F1B9BE

Text Example


Text Example

White with #F1B9BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1B9BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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