Html Css Color HEX #F29BA9 Mauvelous

📋 copy color: '#F29BA9'

red 242 ◦ green 155 ◦ blue 169

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

Shades of Mauvelous #F29BA9

Tints of Mauvelous #F29BA9

RGB

 RED value IS 242 (94.92% from 255) = 42.76%

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

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

R = 42.76%
G = 27.39%
B = 29.86%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.30

 K value IS 0.05

RGB Variations

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

Color information

#F29BA9 (or 0xF29BA9) is known color: Mauvelous. HEX triplet: F2, 9B and A9. RGB value is (242,155,169). Sum of RGB (Red+Green+Blue) = 242+155+169=566 (74% of max value = 765). Red value is 242 (94.92% from 255 or 42.76% from 566); Green value is 155 (60.94% from 255 or 27.39% from 566); Blue value is 169 (66.41% from 255 or 29.86% from 566); Max value from RGB is 242 - color contains mainly: red. Hex color #F29BA9 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F29BA9 is #0D6456. Grayscale: #B6B6B6. Windows color (decimal): -877655 or 11115506. OLE color: 11115506.

HSL color Cylindrical-coordinate representation of color #F29BA9: hue angle of 350.34º degrees, saturation: 0.77, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F29BA9 is Cyan = 0, Magento = 0.36, Yellow = 0.30 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 155 169 -
CMYK 0 0.36 0.30 0.05
HSL 350.34º 0.77% 0.78% -
HSV(B) 350.34º 0.36% 0.95% -
XYZ 55.5 45.18 43.33 -
YUV 182.61 120.32 170.36 -
System Red Green Blue C M Y K H S L
Decimal 242 155 169 0 0.36 0.30 0.05 350.34 0.77 0.78
Hex F2 9B A9 0 24 1E 5 15E 4D 4E
Octal 362 233 251 0 44 36 5 536 115 116
Binary 11110010 10011011 10101001 0 100100 11110 101 101011110 1001101 1001110

Color Harmonies of #F29BA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F29BA9

Black with #F29BA9

Text Example


Text Example

White with #F29BA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F29BA9; }

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

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

background-color css

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

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

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

border-color css

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

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

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