Html Css Color HEX #FAA992 Rose Bud

📋 copy color: '#FAA992'

red 250 ◦ green 169 ◦ blue 146

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

Shades of Rose Bud #FAA992

Tints of Rose Bud #FAA992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 25.84%

R = 44.25%
G = 29.91%
B = 25.84%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.42

 K value IS 0.02

RGB Variations

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

Color information

#FAA992 (or 0xFAA992) is known color: Rose Bud. HEX triplet: FA, A9 and 92. RGB value is (250,169,146). Sum of RGB (Red+Green+Blue) = 250+169+146=565 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.25% from 565); Green value is 169 (66.41% from 255 or 29.91% from 565); Blue value is 146 (57.42% from 255 or 25.84% from 565); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA992 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA992 is #05566D. Grayscale: #BEBEBE. Windows color (decimal): -349806 or 9611770. OLE color: 9611770.

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

Color convert

RGB 250 169 146 -
CMYK 0 0.32 0.42 0.02
HSL 13.27º 0.91% 0.78% -
HSV(B) 13.27º 0.42% 0.98% -
XYZ 58.8 50.78 33.9 -
YUV 190.6 102.84 170.37 -
System Red Green Blue C M Y K H S L
Decimal 250 169 146 0 0.32 0.42 0.02 13.27 0.91 0.78
Hex FA A9 92 0 20 2A 2 D 5B 4E
Octal 372 251 222 0 40 52 2 15 133 116
Binary 11111010 10101001 10010010 0 100000 101010 10 1101 1011011 1001110

Color Harmonies of #FAA992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA992

Black with #FAA992

Text Example


Text Example

White with #FAA992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA992; }

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

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

background-color css

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

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

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

border-color css

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

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

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