Html Css Color HEX #FAAA8E Rose Bud

📋 copy color: '#FAAA8E'

red 250 ◦ green 170 ◦ blue 142

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

Shades of Rose Bud #FAAA8E

Tints of Rose Bud #FAAA8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 25.27%

R = 44.48%
G = 30.25%
B = 25.27%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.43

 K value IS 0.02

RGB Variations

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

Color information

#FAAA8E (or 0xFAAA8E) is known color: Rose Bud. HEX triplet: FA, AA and 8E. RGB value is (250,170,142). Sum of RGB (Red+Green+Blue) = 250+170+142=562 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.48% from 562); Green value is 170 (66.80% from 255 or 30.25% from 562); Blue value is 142 (55.86% from 255 or 25.27% from 562); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAA8E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAAA8E is #055571. Grayscale: #BEBEBE. Windows color (decimal): -349554 or 9349882. OLE color: 9349882.

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

Color convert

RGB 250 170 142 -
CMYK 0 0.32 0.43 0.02
HSL 15.56º 0.92% 0.77% -
HSV(B) 15.56º 0.43% 0.98% -
XYZ 58.68 51.03 32.35 -
YUV 190.73 100.5 170.28 -
System Red Green Blue C M Y K H S L
Decimal 250 170 142 0 0.32 0.43 0.02 15.56 0.92 0.77
Hex FA AA 8E 0 20 2B 2 10 5C 4D
Octal 372 252 216 0 40 53 2 20 134 115
Binary 11111010 10101010 10001110 0 100000 101011 10 10000 1011100 1001101

Color Harmonies of #FAAA8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAAA8E

Black with #FAAA8E

Text Example


Text Example

White with #FAAA8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAAA8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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