Html Css Color HEX #FAA790 Rose Bud

📋 copy color: '#FAA790'

red 250 ◦ green 167 ◦ blue 144

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

Shades of Rose Bud #FAA790

Tints of Rose Bud #FAA790

RGB

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

 GREEN value IS 167 (65.63% from 255) = 29.77%

 BLUE value IS 144 (56.64% from 255) = 25.67%

R = 44.56%
G = 29.77%
B = 25.67%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.42

 K value IS 0.02

RGB Variations

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

Color information

#FAA790 (or 0xFAA790) is known color: Rose Bud. HEX triplet: FA, A7 and 90. RGB value is (250,167,144). Sum of RGB (Red+Green+Blue) = 250+167+144=561 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.56% from 561); Green value is 167 (65.62% from 255 or 29.77% from 561); Blue value is 144 (56.64% from 255 or 25.67% from 561); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA790 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA790 is #05586F. Grayscale: #BDBDBD. Windows color (decimal): -350320 or 9480186. OLE color: 9480186.

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

Color convert

RGB 250 167 144 -
CMYK 0 0.33 0.42 0.02
HSL 13.02º 0.91% 0.77% -
HSV(B) 13.02º 0.42% 0.98% -
XYZ 58.28 49.98 32.96 -
YUV 189.2 102.5 171.37 -
System Red Green Blue C M Y K H S L
Decimal 250 167 144 0 0.33 0.42 0.02 13.02 0.91 0.77
Hex FA A7 90 0 21 2A 2 D 5B 4D
Octal 372 247 220 0 41 52 2 15 133 115
Binary 11111010 10100111 10010000 0 100001 101010 10 1101 1011011 1001101

Color Harmonies of #FAA790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA790

Black with #FAA790

Text Example


Text Example

White with #FAA790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA790; }

 p { color: rgb(250,167,144); }

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

background-color css

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

 a { background-color: rgb(250,167,144); }

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

border-color css

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

 span { border-color: rgb(250,167,144); }

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