Html Css Color HEX #F1BAC2 Azalea

📋 copy color: '#F1BAC2'

red 241 ◦ green 186 ◦ blue 194

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

Shades of Azalea #F1BAC2

Tints of Azalea #F1BAC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 31.24%

R = 38.81%
G = 29.95%
B = 31.24%

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

#F1BAC2 (or 0xF1BAC2) is known color: Azalea. HEX triplet: F1, BA and C2. RGB value is (241,186,194). Sum of RGB (Red+Green+Blue) = 241+186+194=621 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.81% from 621); Green value is 186 (73.05% from 255 or 29.95% from 621); Blue value is 194 (76.17% from 255 or 31.24% from 621); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BAC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1BAC2 is #0E453D. Grayscale: #CBCBCB. Windows color (decimal): -935230 or 12761841. OLE color: 12761841.

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

Color convert

RGB 241 186 194 -
CMYK 0 0.23 0.20 0.05
HSL 351.27º 0.66% 0.84% -
HSV(B) 351.27º 0.23% 0.95% -
XYZ 63.57 57.71 58.83 -
YUV 203.36 122.72 154.85 -
System Red Green Blue C M Y K H S L
Decimal 241 186 194 0 0.23 0.20 0.05 351.27 0.66 0.84
Hex F1 BA C2 0 17 14 5 15F 42 54
Octal 361 272 302 0 27 24 5 537 102 124
Binary 11110001 10111010 11000010 0 10111 10100 101 101011111 1000010 1010100

Color Harmonies of #F1BAC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1BAC2

Black with #F1BAC2

Text Example


Text Example

White with #F1BAC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1BAC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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