Html Css Color HEX #F69BA9 Mauvelous

📋 copy color: '#F69BA9'

red 246 ◦ green 155 ◦ blue 169

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

Shades of Mauvelous #F69BA9

Tints of Mauvelous #F69BA9

RGB

 RED value IS 246 (96.48% from 255) = 43.16%

 GREEN value IS 155 (60.94% from 255) = 27.19%

 BLUE value IS 169 (66.41% from 255) = 29.65%

R = 43.16%
G = 27.19%
B = 29.65%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.31

 K value IS 0.04

RGB Variations

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

Color information

#F69BA9 (or 0xF69BA9) is known color: Mauvelous. HEX triplet: F6, 9B and A9. RGB value is (246,155,169). Sum of RGB (Red+Green+Blue) = 246+155+169=570 (75% of max value = 765). Red value is 246 (96.48% from 255 or 43.16% from 570); Green value is 155 (60.94% from 255 or 27.19% from 570); Blue value is 169 (66.41% from 255 or 29.65% from 570); Max value from RGB is 246 - color contains mainly: red. Hex color #F69BA9 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F69BA9 is #096456. Grayscale: #B7B7B7. Windows color (decimal): -615511 or 11115510. OLE color: 11115510.

HSL color Cylindrical-coordinate representation of color #F69BA9: hue angle of 350.77º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F69BA9 is Cyan = 0, Magento = 0.37, Yellow = 0.31 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 155 169 -
CMYK 0 0.37 0.31 0.04
HSL 350.77º 0.83% 0.79% -
HSV(B) 350.77º 0.37% 0.96% -
XYZ 56.89 45.9 43.4 -
YUV 183.81 119.65 172.36 -
System Red Green Blue C M Y K H S L
Decimal 246 155 169 0 0.37 0.31 0.04 350.77 0.83 0.79
Hex F6 9B A9 0 25 1F 4 15F 53 4F
Octal 366 233 251 0 45 37 4 537 123 117
Binary 11110110 10011011 10101001 0 100101 11111 100 101011111 1010011 1001111

Color Harmonies of #F69BA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F69BA9

Black with #F69BA9

Text Example


Text Example

White with #F69BA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F69BA9; }

 p { color: rgb(246,155,169); }

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

background-color css

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

 a { background-color: rgb(246,155,169); }

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

border-color css

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

 span { border-color: rgb(246,155,169); }

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