Html Css Color HEX #F1BAC0 Azalea

📋 copy color: '#F1BAC0'

red 241 ◦ green 186 ◦ blue 192

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

Shades of Azalea #F1BAC0

Tints of Azalea #F1BAC0

RGB

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

 GREEN value IS 186 (73.05% from 255) = 30.05%

 BLUE value IS 192 (75.39% from 255) = 31.02%

R = 38.93%
G = 30.05%
B = 31.02%

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

#F1BAC0 (or 0xF1BAC0) is known color: Azalea. HEX triplet: F1, BA and C0. RGB value is (241,186,192). Sum of RGB (Red+Green+Blue) = 241+186+192=619 (81% of max value = 765). Red value is 241 (94.53% from 255 or 38.93% from 619); Green value is 186 (73.05% from 255 or 30.05% from 619); Blue value is 192 (75.39% from 255 or 31.02% from 619); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BAC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1BAC0 is #0E453F. Grayscale: #CBCBCB. Windows color (decimal): -935232 or 12630769. OLE color: 12630769.

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

Color convert

RGB 241 186 192 -
CMYK 0 0.23 0.20 0.05
HSL 353.45º 0.66% 0.84% -
HSV(B) 353.45º 0.23% 0.95% -
XYZ 63.35 57.62 57.65 -
YUV 203.13 121.72 155.01 -
System Red Green Blue C M Y K H S L
Decimal 241 186 192 0 0.23 0.20 0.05 353.45 0.66 0.84
Hex F1 BA C0 0 17 14 5 161 42 54
Octal 361 272 300 0 27 24 5 541 102 124
Binary 11110001 10111010 11000000 0 10111 10100 101 101100001 1000010 1010100

Color Harmonies of #F1BAC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1BAC0

Black with #F1BAC0

Text Example


Text Example

White with #F1BAC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1BAC0; }

 p { color: rgb(241,186,192); }

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

background-color css

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

 a { background-color: rgb(241,186,192); }

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

border-color css

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

 span { border-color: rgb(241,186,192); }

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