Html Css Color HEX #FAAA8A Rose Bud

📋 copy color: '#FAAA8A'

red 250 ◦ green 170 ◦ blue 138

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

Shades of Rose Bud #FAAA8A

Tints of Rose Bud #FAAA8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 24.73%

R = 44.8%
G = 30.47%
B = 24.73%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.45

 K value IS 0.02

RGB Variations

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

Color information

#FAAA8A (or 0xFAAA8A) is known color: Rose Bud. HEX triplet: FA, AA and 8A. RGB value is (250,170,138). Sum of RGB (Red+Green+Blue) = 250+170+138=558 (73% of max value = 765). Red value is 250 (98.05% from 255 or 44.80% from 558); Green value is 170 (66.80% from 255 or 30.47% from 558); Blue value is 138 (54.30% from 255 or 24.73% from 558); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAA8A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAAA8A is #055575. Grayscale: #BEBEBE. Windows color (decimal): -349558 or 9087738. OLE color: 9087738.

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

Color convert

RGB 250 170 138 -
CMYK 0 0.32 0.45 0.02
HSL 17.14º 0.92% 0.76% -
HSV(B) 17.14º 0.45% 0.98% -
XYZ 58.39 50.91 30.79 -
YUV 190.27 98.5 170.6 -
System Red Green Blue C M Y K H S L
Decimal 250 170 138 0 0.32 0.45 0.02 17.14 0.92 0.76
Hex FA AA 8A 0 20 2D 2 11 5C 4C
Octal 372 252 212 0 40 55 2 21 134 114
Binary 11111010 10101010 10001010 0 100000 101101 10 10001 1011100 1001100

Color Harmonies of #FAAA8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAAA8A

Black with #FAAA8A

Text Example


Text Example

White with #FAAA8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAAA8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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