Html Css Color HEX #FAA095 Rose Bud

📋 copy color: '#FAA095'

red 250 ◦ green 160 ◦ blue 149

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

Shades of Rose Bud #FAA095

Tints of Rose Bud #FAA095

RGB

 RED value IS 250 (98.05% from 255) = 44.72%

 GREEN value IS 160 (62.89% from 255) = 28.62%

 BLUE value IS 149 (58.59% from 255) = 26.65%

R = 44.72%
G = 28.62%
B = 26.65%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.40

 K value IS 0.02

RGB Variations

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

Color information

#FAA095 (or 0xFAA095) is known color: Rose Bud. HEX triplet: FA, A0 and 95. RGB value is (250,160,149). Sum of RGB (Red+Green+Blue) = 250+160+149=559 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.72% from 559); Green value is 160 (62.89% from 255 or 28.62% from 559); Blue value is 149 (58.59% from 255 or 26.65% from 559); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA095 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA095 is #055F6A. Grayscale: #B9B9B9. Windows color (decimal): -352107 or 9806074. OLE color: 9806074.

HSL color Cylindrical-coordinate representation of color #FAA095: hue angle of 6.53º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FAA095 is Cyan = 0, Magento = 0.36, Yellow = 0.40 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 160 149 -
CMYK 0 0.36 0.40 0.02
HSL 6.53º 0.91% 0.78% -
HSV(B) 6.53º 0.4% 0.98% -
XYZ 57.42 47.64 34.6 -
YUV 185.66 107.32 173.89 -
System Red Green Blue C M Y K H S L
Decimal 250 160 149 0 0.36 0.40 0.02 6.53 0.91 0.78
Hex FA A0 95 0 24 28 2 7 5B 4E
Octal 372 240 225 0 44 50 2 7 133 116
Binary 11111010 10100000 10010101 0 100100 101000 10 111 1011011 1001110

Color Harmonies of #FAA095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA095

Black with #FAA095

Text Example


Text Example

White with #FAA095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA095; }

 p { color: rgb(250,160,149); }

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

background-color css

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

 a { background-color: rgb(250,160,149); }

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

border-color css

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

 span { border-color: rgb(250,160,149); }

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