Html Css Color HEX #F5A494 Rose Bud

📋 copy color: '#F5A494'

red 245 ◦ green 164 ◦ blue 148

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

Shades of Rose Bud #F5A494

Tints of Rose Bud #F5A494

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 26.57%

R = 43.99%
G = 29.44%
B = 26.57%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.40

 K value IS 0.04

RGB Variations

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

Color information

#F5A494 (or 0xF5A494) is known color: Rose Bud. HEX triplet: F5, A4 and 94. RGB value is (245,164,148). Sum of RGB (Red+Green+Blue) = 245+164+148=557 (73% of max value = 765). Red value is 245 (96.09% from 255 or 43.99% from 557); Green value is 164 (64.45% from 255 or 29.44% from 557); Blue value is 148 (58.20% from 255 or 26.57% from 557); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A494 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5A494 is #0A5B6B. Grayscale: #BABABA. Windows color (decimal): -678764 or 9741557. OLE color: 9741557.

HSL color Cylindrical-coordinate representation of color #F5A494: hue angle of 9.9º degrees, saturation: 0.83, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F5A494 is Cyan = 0, Magento = 0.33, Yellow = 0.40 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 164 148 -
CMYK 0 0.33 0.40 0.04
HSL 9.9º 0.83% 0.77% -
HSV(B) 9.9º 0.4% 0.96% -
XYZ 56.28 48.1 34.34 -
YUV 186.4 106.34 169.8 -
System Red Green Blue C M Y K H S L
Decimal 245 164 148 0 0.33 0.40 0.04 9.9 0.83 0.77
Hex F5 A4 94 0 21 28 4 A 53 4D
Octal 365 244 224 0 41 50 4 12 123 115
Binary 11110101 10100100 10010100 0 100001 101000 100 1010 1010011 1001101

Color Harmonies of #F5A494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5A494

Black with #F5A494

Text Example


Text Example

White with #F5A494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5A494; }

 p { color: rgb(245,164,148); }

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

background-color css

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

 a { background-color: rgb(245,164,148); }

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

border-color css

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

 span { border-color: rgb(245,164,148); }

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