Html Css Color HEX #F1B9C1 Azalea

📋 copy color: '#F1B9C1'

red 241 ◦ green 185 ◦ blue 193

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

Shades of Azalea #F1B9C1

Tints of Azalea #F1B9C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 31.18%

R = 38.93%
G = 29.89%
B = 31.18%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.20

 K value IS 0.05

RGB Variations

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

Color information

#F1B9C1 (or 0xF1B9C1) is known color: Azalea. HEX triplet: F1, B9 and C1. RGB value is (241,185,193). Sum of RGB (Red+Green+Blue) = 241+185+193=619 (81% of max value = 765). Red value is 241 (94.53% from 255 or 38.93% from 619); Green value is 185 (72.66% from 255 or 29.89% from 619); Blue value is 193 (75.78% from 255 or 31.18% from 619); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B9C1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1B9C1 is #0E463E. Grayscale: #CACACA. Windows color (decimal): -935487 or 12696049. OLE color: 12696049.

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

Color convert

RGB 241 185 193 -
CMYK 0 0.23 0.20 0.05
HSL 351.43º 0.67% 0.84% -
HSV(B) 351.43º 0.23% 0.95% -
XYZ 63.25 57.25 58.17 -
YUV 202.66 122.55 155.35 -
System Red Green Blue C M Y K H S L
Decimal 241 185 193 0 0.23 0.20 0.05 351.43 0.67 0.84
Hex F1 B9 C1 0 17 14 5 15F 43 54
Octal 361 271 301 0 27 24 5 537 103 124
Binary 11110001 10111001 11000001 0 10111 10100 101 101011111 1000011 1010100

Color Harmonies of #F1B9C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1B9C1

Black with #F1B9C1

Text Example


Text Example

White with #F1B9C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1B9C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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