Html Css Color HEX #F5A98D Rose Bud

📋 copy color: '#F5A98D'

red 245 ◦ green 169 ◦ blue 141

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

Shades of Rose Bud #F5A98D

Tints of Rose Bud #F5A98D

RGB

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

 GREEN value IS 169 (66.41% from 255) = 30.45%

 BLUE value IS 141 (55.47% from 255) = 25.41%

R = 44.14%
G = 30.45%
B = 25.41%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.42

 K value IS 0.04

RGB Variations

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

Color information

#F5A98D (or 0xF5A98D) is known color: Rose Bud. HEX triplet: F5, A9 and 8D. RGB value is (245,169,141). Sum of RGB (Red+Green+Blue) = 245+169+141=555 (73% of max value = 765). Red value is 245 (96.09% from 255 or 44.14% from 555); Green value is 169 (66.41% from 255 or 30.45% from 555); Blue value is 141 (55.47% from 255 or 25.41% from 555); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A98D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5A98D is #0A5672. Grayscale: #BCBCBC. Windows color (decimal): -677491 or 9284085. OLE color: 9284085.

HSL color Cylindrical-coordinate representation of color #F5A98D: hue angle of 16.15º degrees, saturation: 0.84, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F5A98D is Cyan = 0, Magento = 0.31, Yellow = 0.42 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 169 141 -
CMYK 0 0.31 0.42 0.04
HSL 16.15º 0.84% 0.76% -
HSV(B) 16.15º 0.42% 0.96% -
XYZ 56.65 49.71 31.81 -
YUV 188.53 101.18 168.28 -
System Red Green Blue C M Y K H S L
Decimal 245 169 141 0 0.31 0.42 0.04 16.15 0.84 0.76
Hex F5 A9 8D 0 1F 2A 4 10 54 4C
Octal 365 251 215 0 37 52 4 20 124 114
Binary 11110101 10101001 10001101 0 11111 101010 100 10000 1010100 1001100

Color Harmonies of #F5A98D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5A98D

Black with #F5A98D

Text Example


Text Example

White with #F5A98D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5A98D; }

 p { color: rgb(245,169,141); }

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

background-color css

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

 a { background-color: rgb(245,169,141); }

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

border-color css

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

 span { border-color: rgb(245,169,141); }

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