Html Css Color HEX #F2A49D Rose Bud

📋 copy color: '#F2A49D'

red 242 ◦ green 164 ◦ blue 157

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

Shades of Rose Bud #F2A49D

Tints of Rose Bud #F2A49D

RGB

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

 GREEN value IS 164 (64.45% from 255) = 29.13%

 BLUE value IS 157 (61.72% from 255) = 27.89%

R = 42.98%
G = 29.13%
B = 27.89%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.35

 K value IS 0.05

RGB Variations

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

Color information

#F2A49D (or 0xF2A49D) is known color: Rose Bud. HEX triplet: F2, A4 and 9D. RGB value is (242,164,157). Sum of RGB (Red+Green+Blue) = 242+164+157=563 (74% of max value = 765). Red value is 242 (94.92% from 255 or 42.98% from 563); Green value is 164 (64.45% from 255 or 29.13% from 563); Blue value is 157 (61.72% from 255 or 27.89% from 563); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A49D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2A49D is #0D5B62. Grayscale: #BABABA. Windows color (decimal): -875363 or 10331378. OLE color: 10331378.

HSL color Cylindrical-coordinate representation of color #F2A49D: hue angle of 4.94º 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 #F2A49D is Cyan = 0, Magento = 0.32, Yellow = 0.35 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 164 157 -
CMYK 0 0.32 0.35 0.05
HSL 4.94º 0.77% 0.78% -
HSV(B) 4.94º 0.35% 0.95% -
XYZ 55.98 47.86 38.19 -
YUV 186.52 111.34 167.57 -
System Red Green Blue C M Y K H S L
Decimal 242 164 157 0 0.32 0.35 0.05 4.94 0.77 0.78
Hex F2 A4 9D 0 20 23 5 5 4D 4E
Octal 362 244 235 0 40 43 5 5 115 116
Binary 11110010 10100100 10011101 0 100000 100011 101 101 1001101 1001110

Color Harmonies of #F2A49D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2A49D

Black with #F2A49D

Text Example


Text Example

White with #F2A49D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2A49D; }

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

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

background-color css

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

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

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

border-color css

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

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

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