Html Css Color HEX #F5A19C Rose Bud

📋 copy color: '#F5A19C'

red 245 ◦ green 161 ◦ blue 156

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

Shades of Rose Bud #F5A19C

Tints of Rose Bud #F5A19C

RGB

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

 GREEN value IS 161 (63.28% from 255) = 28.65%

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

R = 43.59%
G = 28.65%
B = 27.76%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.36

 K value IS 0.04

RGB Variations

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

Color information

#F5A19C (or 0xF5A19C) is known color: Rose Bud. HEX triplet: F5, A1 and 9C. RGB value is (245,161,156). Sum of RGB (Red+Green+Blue) = 245+161+156=562 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.59% from 562); Green value is 161 (63.28% from 255 or 28.65% from 562); Blue value is 156 (61.33% from 255 or 27.76% from 562); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A19C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5A19C is #0A5E63. Grayscale: #B9B9B9. Windows color (decimal): -679524 or 10265077. OLE color: 10265077.

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

Color convert

RGB 245 161 156 -
CMYK 0 0.34 0.36 0.04
HSL 3.37º 0.82% 0.79% -
HSV(B) 3.37º 0.36% 0.96% -
XYZ 56.4 47.3 37.61 -
YUV 185.55 111.33 170.41 -
System Red Green Blue C M Y K H S L
Decimal 245 161 156 0 0.34 0.36 0.04 3.37 0.82 0.79
Hex F5 A1 9C 0 22 24 4 3 52 4F
Octal 365 241 234 0 42 44 4 3 122 117
Binary 11110101 10100001 10011100 0 100010 100100 100 11 1010010 1001111

Color Harmonies of #F5A19C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5A19C

Black with #F5A19C

Text Example


Text Example

White with #F5A19C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5A19C; }

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

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

background-color css

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

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

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

border-color css

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

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

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