Html Css Color HEX #FAA995 Rose Bud

📋 copy color: '#FAA995'

red 250 ◦ green 169 ◦ blue 149

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

Shades of Rose Bud #FAA995

Tints of Rose Bud #FAA995

RGB

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

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

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

R = 44.01%
G = 29.75%
B = 26.23%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.40

 K value IS 0.02

RGB Variations

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

Color information

#FAA995 (or 0xFAA995) is known color: Rose Bud. HEX triplet: FA, A9 and 95. RGB value is (250,169,149). Sum of RGB (Red+Green+Blue) = 250+169+149=568 (75% of max value = 765). Red value is 250 (98.05% from 255 or 44.01% from 568); Green value is 169 (66.41% from 255 or 29.75% from 568); Blue value is 149 (58.59% from 255 or 26.23% from 568); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA995 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA995 is #05566A. Grayscale: #BFBFBF. Windows color (decimal): -349803 or 9808378. OLE color: 9808378.

HSL color Cylindrical-coordinate representation of color #FAA995: hue angle of 11.88º 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 #FAA995 is Cyan = 0, Magento = 0.32, Yellow = 0.40 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 169 149 -
CMYK 0 0.32 0.40 0.02
HSL 11.88º 0.91% 0.78% -
HSV(B) 11.88º 0.4% 0.98% -
XYZ 59.04 50.87 35.14 -
YUV 190.94 104.34 170.13 -
System Red Green Blue C M Y K H S L
Decimal 250 169 149 0 0.32 0.40 0.02 11.88 0.91 0.78
Hex FA A9 95 0 20 28 2 C 5B 4E
Octal 372 251 225 0 40 50 2 14 133 116
Binary 11111010 10101001 10010101 0 100000 101000 10 1100 1011011 1001110

Color Harmonies of #FAA995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA995

Black with #FAA995

Text Example


Text Example

White with #FAA995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA995; }

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

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

background-color css

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

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

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

border-color css

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

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

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