Html Css Color HEX #FAA490 Rose Bud

📋 copy color: '#FAA490'

red 250 ◦ green 164 ◦ blue 144

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

Shades of Rose Bud #FAA490

Tints of Rose Bud #FAA490

RGB

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

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

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

R = 44.8%
G = 29.39%
B = 25.81%

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

#FAA490 (or 0xFAA490) is known color: Rose Bud. HEX triplet: FA, A4 and 90. RGB value is (250,164,144). Sum of RGB (Red+Green+Blue) = 250+164+144=558 (73% of max value = 765). Red value is 250 (98.05% from 255 or 44.80% from 558); Green value is 164 (64.45% from 255 or 29.39% from 558); Blue value is 144 (56.64% from 255 or 25.81% from 558); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA490 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA490 is #055B6F. Grayscale: #BBBBBB. Windows color (decimal): -351088 or 9479418. OLE color: 9479418.

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

Color convert

RGB 250 164 144 -
CMYK 0 0.34 0.42 0.02
HSL 11.32º 0.91% 0.77% -
HSV(B) 11.32º 0.42% 0.98% -
XYZ 57.73 48.89 32.78 -
YUV 187.43 103.49 172.63 -
System Red Green Blue C M Y K H S L
Decimal 250 164 144 0 0.34 0.42 0.02 11.32 0.91 0.77
Hex FA A4 90 0 22 2A 2 B 5B 4D
Octal 372 244 220 0 42 52 2 13 133 115
Binary 11111010 10100100 10010000 0 100010 101010 10 1011 1011011 1001101

Color Harmonies of #FAA490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA490

Black with #FAA490

Text Example


Text Example

White with #FAA490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA490; }

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

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

background-color css

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

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

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

border-color css

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

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

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