Html Css Color HEX #FAA392 Rose Bud

📋 copy color: '#FAA392'

red 250 ◦ green 163 ◦ blue 146

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

Shades of Rose Bud #FAA392

Tints of Rose Bud #FAA392

RGB

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

 GREEN value IS 163 (64.06% from 255) = 29.16%

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

R = 44.72%
G = 29.16%
B = 26.12%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.42

 K value IS 0.02

RGB Variations

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

Color information

#FAA392 (or 0xFAA392) is known color: Rose Bud. HEX triplet: FA, A3 and 92. RGB value is (250,163,146). Sum of RGB (Red+Green+Blue) = 250+163+146=559 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.72% from 559); Green value is 163 (64.06% from 255 or 29.16% from 559); Blue value is 146 (57.42% from 255 or 26.12% from 559); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA392 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA392 is #055C6D. Grayscale: #BBBBBB. Windows color (decimal): -351342 or 9610234. OLE color: 9610234.

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

Color convert

RGB 250 163 146 -
CMYK 0 0.35 0.42 0.02
HSL 9.81º 0.91% 0.78% -
HSV(B) 9.81º 0.42% 0.98% -
XYZ 57.71 48.59 33.53 -
YUV 187.08 104.82 172.88 -
System Red Green Blue C M Y K H S L
Decimal 250 163 146 0 0.35 0.42 0.02 9.81 0.91 0.78
Hex FA A3 92 0 23 2A 2 A 5B 4E
Octal 372 243 222 0 43 52 2 12 133 116
Binary 11111010 10100011 10010010 0 100011 101010 10 1010 1011011 1001110

Color Harmonies of #FAA392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA392

Black with #FAA392

Text Example


Text Example

White with #FAA392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA392; }

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

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

background-color css

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

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

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

border-color css

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

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

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