Html Css Color HEX #FAAAA0 Rose Bud

📋 copy color: '#FAAAA0'

red 250 ◦ green 170 ◦ blue 160

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

Shades of Rose Bud #FAAAA0

Tints of Rose Bud #FAAAA0

RGB

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

 GREEN value IS 170 (66.8% from 255) = 29.31%

 BLUE value IS 160 (62.89% from 255) = 27.59%

R = 43.1%
G = 29.31%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.36

 K value IS 0.02

RGB Variations

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

Color information

#FAAAA0 (or 0xFAAAA0) is known color: Rose Bud. HEX triplet: FA, AA and A0. RGB value is (250,170,160). Sum of RGB (Red+Green+Blue) = 250+170+160=580 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.10% from 580); Green value is 170 (66.80% from 255 or 29.31% from 580); Blue value is 160 (62.89% from 255 or 27.59% from 580); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAAA0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAAAA0 is #05555F. Grayscale: #C0C0C0. Windows color (decimal): -349536 or 10529530. OLE color: 10529530.

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

Color convert

RGB 250 170 160 -
CMYK 0 0.32 0.36 0.02
HSL 6.67º 0.9% 0.8% -
HSV(B) 6.67º 0.36% 0.98% -
XYZ 60.14 51.61 40.05 -
YUV 192.78 109.5 168.81 -
System Red Green Blue C M Y K H S L
Decimal 250 170 160 0 0.32 0.36 0.02 6.67 0.9 0.8
Hex FA AA A0 0 20 24 2 7 5A 50
Octal 372 252 240 0 40 44 2 7 132 120
Binary 11111010 10101010 10100000 0 100000 100100 10 111 1011010 1010000

Color Harmonies of #FAAAA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAAAA0

Black with #FAAAA0

Text Example


Text Example

White with #FAAAA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAAAA0; }

 p { color: rgb(250,170,160); }

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

background-color css

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

 a { background-color: rgb(250,170,160); }

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

border-color css

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

 span { border-color: rgb(250,170,160); }

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