Html Css Color HEX #F5A69D Rose Bud

📋 copy color: '#F5A69D'

red 245 ◦ green 166 ◦ blue 157

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

Shades of Rose Bud #F5A69D

Tints of Rose Bud #F5A69D

RGB

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

 GREEN value IS 166 (65.23% from 255) = 29.23%

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

R = 43.13%
G = 29.23%
B = 27.64%

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

#F5A69D (or 0xF5A69D) is known color: Rose Bud. HEX triplet: F5, A6 and 9D. RGB value is (245,166,157). Sum of RGB (Red+Green+Blue) = 245+166+157=568 (75% of max value = 765). Red value is 245 (96.09% from 255 or 43.13% from 568); Green value is 166 (65.23% from 255 or 29.23% from 568); Blue value is 157 (61.72% from 255 or 27.64% from 568); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A69D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5A69D is #0A5962. Grayscale: #BCBCBC. Windows color (decimal): -678243 or 10331893. OLE color: 10331893.

HSL color Cylindrical-coordinate representation of color #F5A69D: hue angle of 6.14º degrees, saturation: 0.81, 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 #F5A69D is Cyan = 0, Magento = 0.32, Yellow = 0.36 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 166 157 -
CMYK 0 0.32 0.36 0.04
HSL 6.14º 0.81% 0.79% -
HSV(B) 6.14º 0.36% 0.96% -
XYZ 57.38 49.12 38.36 -
YUV 188.6 110.17 168.23 -
System Red Green Blue C M Y K H S L
Decimal 245 166 157 0 0.32 0.36 0.04 6.14 0.81 0.79
Hex F5 A6 9D 0 20 24 4 6 51 4F
Octal 365 246 235 0 40 44 4 6 121 117
Binary 11110101 10100110 10011101 0 100000 100100 100 110 1010001 1001111

Color Harmonies of #F5A69D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5A69D

Black with #F5A69D

Text Example


Text Example

White with #F5A69D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5A69D; }

 p { color: rgb(245,166,157); }

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

background-color css

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

 a { background-color: rgb(245,166,157); }

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

border-color css

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

 span { border-color: rgb(245,166,157); }

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