Html Css Color HEX #FAA994 Rose Bud

📋 copy color: '#FAA994'

red 250 ◦ green 169 ◦ blue 148

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

Shades of Rose Bud #FAA994

Tints of Rose Bud #FAA994

RGB

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

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

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

R = 44.09%
G = 29.81%
B = 26.1%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.41

 K value IS 0.02

RGB Variations

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

Color information

#FAA994 (or 0xFAA994) is known color: Rose Bud. HEX triplet: FA, A9 and 94. RGB value is (250,169,148). Sum of RGB (Red+Green+Blue) = 250+169+148=567 (75% of max value = 765). Red value is 250 (98.05% from 255 or 44.09% from 567); Green value is 169 (66.41% from 255 or 29.81% from 567); Blue value is 148 (58.20% from 255 or 26.10% from 567); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA994 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA994 is #05566B. Grayscale: #BEBEBE. Windows color (decimal): -349804 or 9742842. OLE color: 9742842.

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

Color convert

RGB 250 169 148 -
CMYK 0 0.32 0.41 0.02
HSL 12.35º 0.91% 0.78% -
HSV(B) 12.35º 0.41% 0.98% -
XYZ 58.96 50.84 34.72 -
YUV 190.83 103.84 170.21 -
System Red Green Blue C M Y K H S L
Decimal 250 169 148 0 0.32 0.41 0.02 12.35 0.91 0.78
Hex FA A9 94 0 20 29 2 C 5B 4E
Octal 372 251 224 0 40 51 2 14 133 116
Binary 11111010 10101001 10010100 0 100000 101001 10 1100 1011011 1001110

Color Harmonies of #FAA994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA994

Black with #FAA994

Text Example


Text Example

White with #FAA994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA994; }

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

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

background-color css

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

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

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

border-color css

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

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

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