Html Css Color HEX #FAA492 Rose Bud

📋 copy color: '#FAA492'

red 250 ◦ green 164 ◦ blue 146

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

Shades of Rose Bud #FAA492

Tints of Rose Bud #FAA492

RGB

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

 GREEN value IS 164 (64.45% from 255) = 29.29%

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

R = 44.64%
G = 29.29%
B = 26.07%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.42

 K value IS 0.02

RGB Variations

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

Color information

#FAA492 (or 0xFAA492) is known color: Rose Bud. HEX triplet: FA, A4 and 92. RGB value is (250,164,146). Sum of RGB (Red+Green+Blue) = 250+164+146=560 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.64% from 560); Green value is 164 (64.45% from 255 or 29.29% from 560); Blue value is 146 (57.42% from 255 or 26.07% from 560); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA492 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA492 is #055B6D. Grayscale: #BBBBBB. Windows color (decimal): -351086 or 9610490. OLE color: 9610490.

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

Color convert

RGB 250 164 146 -
CMYK 0 0.34 0.42 0.02
HSL 10.38º 0.91% 0.78% -
HSV(B) 10.38º 0.42% 0.98% -
XYZ 57.89 48.95 33.59 -
YUV 187.66 104.49 172.46 -
System Red Green Blue C M Y K H S L
Decimal 250 164 146 0 0.34 0.42 0.02 10.38 0.91 0.78
Hex FA A4 92 0 22 2A 2 A 5B 4E
Octal 372 244 222 0 42 52 2 12 133 116
Binary 11111010 10100100 10010010 0 100010 101010 10 1010 1011011 1001110

Color Harmonies of #FAA492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA492

Black with #FAA492

Text Example


Text Example

White with #FAA492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA492; }

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

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

background-color css

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

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

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

border-color css

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

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

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