Html Css Color HEX #FAA7A0 Rose Bud

📋 copy color: '#FAA7A0'

red 250 ◦ green 167 ◦ blue 160

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

Shades of Rose Bud #FAA7A0

Tints of Rose Bud #FAA7A0

RGB

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

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

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

R = 43.33%
G = 28.94%
B = 27.73%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.36

 K value IS 0.02

RGB Variations

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

Color information

#FAA7A0 (or 0xFAA7A0) is known color: Rose Bud. HEX triplet: FA, A7 and A0. RGB value is (250,167,160). Sum of RGB (Red+Green+Blue) = 250+167+160=577 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.33% from 577); Green value is 167 (65.62% from 255 or 28.94% from 577); Blue value is 160 (62.89% from 255 or 27.73% from 577); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA7A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA7A0 is #05585F. Grayscale: #BFBFBF. Windows color (decimal): -350304 or 10528762. OLE color: 10528762.

HSL color Cylindrical-coordinate representation of color #FAA7A0: hue angle of 4.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 #FAA7A0 is Cyan = 0, Magento = 0.33, Yellow = 0.36 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 167 160 -
CMYK 0 0.33 0.36 0.02
HSL 4.67º 0.9% 0.8% -
HSV(B) 4.67º 0.36% 0.98% -
XYZ 59.59 50.5 39.86 -
YUV 191.02 110.5 170.07 -
System Red Green Blue C M Y K H S L
Decimal 250 167 160 0 0.33 0.36 0.02 4.67 0.9 0.8
Hex FA A7 A0 0 21 24 2 5 5A 50
Octal 372 247 240 0 41 44 2 5 132 120
Binary 11111010 10100111 10100000 0 100001 100100 10 101 1011010 1010000

Color Harmonies of #FAA7A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA7A0

Black with #FAA7A0

Text Example


Text Example

White with #FAA7A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA7A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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