Html Css Color HEX #F1B6BC Azalea

📋 copy color: '#F1B6BC'

red 241 ◦ green 182 ◦ blue 188

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

Shades of Azalea #F1B6BC

Tints of Azalea #F1B6BC

RGB

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

 GREEN value IS 182 (71.48% from 255) = 29.79%

 BLUE value IS 188 (73.83% from 255) = 30.77%

R = 39.44%
G = 29.79%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.22

 K value IS 0.05

RGB Variations

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

Color information

#F1B6BC (or 0xF1B6BC) is known color: Azalea. HEX triplet: F1, B6 and BC. RGB value is (241,182,188). Sum of RGB (Red+Green+Blue) = 241+182+188=611 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.44% from 611); Green value is 182 (71.48% from 255 or 29.79% from 611); Blue value is 188 (73.83% from 255 or 30.77% from 611); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B6BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1B6BC is #0E4943. Grayscale: #C8C8C8. Windows color (decimal): -936260 or 12367601. OLE color: 12367601.

HSL color Cylindrical-coordinate representation of color #F1B6BC: hue angle of 353.9º degrees, saturation: 0.68, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F1B6BC is Cyan = 0, Magento = 0.24, Yellow = 0.22 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 182 188 -
CMYK 0 0.24 0.22 0.05
HSL 353.9º 0.68% 0.83% -
HSV(B) 353.9º 0.24% 0.95% -
XYZ 62.08 55.79 55.07 -
YUV 200.33 121.05 157.01 -
System Red Green Blue C M Y K H S L
Decimal 241 182 188 0 0.24 0.22 0.05 353.9 0.68 0.83
Hex F1 B6 BC 0 18 16 5 162 44 53
Octal 361 266 274 0 30 26 5 542 104 123
Binary 11110001 10110110 10111100 0 11000 10110 101 101100010 1000100 1010011

Color Harmonies of #F1B6BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1B6BC

Black with #F1B6BC

Text Example


Text Example

White with #F1B6BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1B6BC; }

 p { color: rgb(241,182,188); }

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

background-color css

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

 a { background-color: rgb(241,182,188); }

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

border-color css

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

 span { border-color: rgb(241,182,188); }

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