Html Css Color HEX #F29DA8 Mauvelous

📋 copy color: '#F29DA8'

red 242 ◦ green 157 ◦ blue 168

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

Shades of Mauvelous #F29DA8

Tints of Mauvelous #F29DA8

RGB

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

 GREEN value IS 157 (61.72% from 255) = 27.69%

 BLUE value IS 168 (66.02% from 255) = 29.63%

R = 42.68%
G = 27.69%
B = 29.63%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.31

 K value IS 0.05

RGB Variations

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

Color information

#F29DA8 (or 0xF29DA8) is known color: Mauvelous. HEX triplet: F2, 9D and A8. RGB value is (242,157,168). Sum of RGB (Red+Green+Blue) = 242+157+168=567 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.68% from 567); Green value is 157 (61.72% from 255 or 27.69% from 567); Blue value is 168 (66.02% from 255 or 29.63% from 567); Max value from RGB is 242 - color contains mainly: red. Hex color #F29DA8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F29DA8 is #0D6257. Grayscale: #B7B7B7. Windows color (decimal): -877144 or 11050482. OLE color: 11050482.

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

Color convert

RGB 242 157 168 -
CMYK 0 0.35 0.31 0.05
HSL 352.24º 0.77% 0.78% -
HSV(B) 352.24º 0.35% 0.95% -
XYZ 55.74 45.82 42.95 -
YUV 183.67 119.16 169.61 -
System Red Green Blue C M Y K H S L
Decimal 242 157 168 0 0.35 0.31 0.05 352.24 0.77 0.78
Hex F2 9D A8 0 23 1F 5 160 4D 4E
Octal 362 235 250 0 43 37 5 540 115 116
Binary 11110010 10011101 10101000 0 100011 11111 101 101100000 1001101 1001110

Color Harmonies of #F29DA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F29DA8

Black with #F29DA8

Text Example


Text Example

White with #F29DA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F29DA8; }

 p { color: rgb(242,157,168); }

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

background-color css

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

 a { background-color: rgb(242,157,168); }

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

border-color css

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

 span { border-color: rgb(242,157,168); }

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