Html Css Color HEX #F5A79C Rose Bud

📋 copy color: '#F5A79C'

red 245 ◦ green 167 ◦ blue 156

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

Shades of Rose Bud #F5A79C

Tints of Rose Bud #F5A79C

RGB

 RED value IS 245 (96.09% from 255) = 43.13%

 GREEN value IS 167 (65.63% from 255) = 29.4%

 BLUE value IS 156 (61.33% from 255) = 27.46%

R = 43.13%
G = 29.4%
B = 27.46%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.36

 K value IS 0.04

RGB Variations

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

Color information

#F5A79C (or 0xF5A79C) is known color: Rose Bud. HEX triplet: F5, A7 and 9C. RGB value is (245,167,156). Sum of RGB (Red+Green+Blue) = 245+167+156=568 (75% of max value = 765). Red value is 245 (96.09% from 255 or 43.13% from 568); Green value is 167 (65.62% from 255 or 29.40% from 568); Blue value is 156 (61.33% from 255 or 27.46% from 568); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A79C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5A79C is #0A5863. Grayscale: #BDBDBD. Windows color (decimal): -677988 or 10266613. OLE color: 10266613.

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

Color convert

RGB 245 167 156 -
CMYK 0 0.32 0.36 0.04
HSL 7.42º 0.82% 0.79% -
HSV(B) 7.42º 0.36% 0.96% -
XYZ 57.48 49.45 37.97 -
YUV 189.07 109.34 167.89 -
System Red Green Blue C M Y K H S L
Decimal 245 167 156 0 0.32 0.36 0.04 7.42 0.82 0.79
Hex F5 A7 9C 0 20 24 4 7 52 4F
Octal 365 247 234 0 40 44 4 7 122 117
Binary 11110101 10100111 10011100 0 100000 100100 100 111 1010010 1001111

Color Harmonies of #F5A79C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5A79C

Black with #F5A79C

Text Example


Text Example

White with #F5A79C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5A79C; }

 p { color: rgb(245,167,156); }

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

background-color css

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

 a { background-color: rgb(245,167,156); }

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

border-color css

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

 span { border-color: rgb(245,167,156); }

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