Html Css Color HEX #F1BFC6 Azalea

📋 copy color: '#F1BFC6'

red 241 ◦ green 191 ◦ blue 198

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

Shades of Azalea #F1BFC6

Tints of Azalea #F1BFC6

RGB

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

 GREEN value IS 191 (75% from 255) = 30.32%

 BLUE value IS 198 (77.73% from 255) = 31.43%

R = 38.25%
G = 30.32%
B = 31.43%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.18

 K value IS 0.05

RGB Variations

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

Color information

#F1BFC6 (or 0xF1BFC6) is known color: Azalea. HEX triplet: F1, BF and C6. RGB value is (241,191,198). Sum of RGB (Red+Green+Blue) = 241+191+198=630 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.25% from 630); Green value is 191 (75% from 255 or 30.32% from 630); Blue value is 198 (77.73% from 255 or 31.43% from 630); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BFC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1BFC6 is #0E4039. Grayscale: #CECECE. Windows color (decimal): -933946 or 13025265. OLE color: 13025265.

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

Color convert

RGB 241 191 198 -
CMYK 0 0.21 0.18 0.05
HSL 351.6º 0.64% 0.85% -
HSV(B) 351.6º 0.21% 0.95% -
XYZ 65.1 60.04 61.58 -
YUV 206.75 123.07 152.43 -
System Red Green Blue C M Y K H S L
Decimal 241 191 198 0 0.21 0.18 0.05 351.6 0.64 0.85
Hex F1 BF C6 0 15 12 5 160 40 55
Octal 361 277 306 0 25 22 5 540 100 125
Binary 11110001 10111111 11000110 0 10101 10010 101 101100000 1000000 1010101

Color Harmonies of #F1BFC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1BFC6

Black with #F1BFC6

Text Example


Text Example

White with #F1BFC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1BFC6; }

 p { color: rgb(241,191,198); }

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

background-color css

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

 a { background-color: rgb(241,191,198); }

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

border-color css

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

 span { border-color: rgb(241,191,198); }

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