Html Css Color HEX #FAAA96 Rose Bud

📋 copy color: '#FAAA96'

red 250 ◦ green 170 ◦ blue 150

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

Shades of Rose Bud #FAAA96

Tints of Rose Bud #FAAA96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 26.32%

R = 43.86%
G = 29.82%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.4

 K value IS 0.02

RGB Variations

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

Color information

#FAAA96 (or 0xFAAA96) is known color: Rose Bud. HEX triplet: FA, AA and 96. RGB value is (250,170,150). Sum of RGB (Red+Green+Blue) = 250+170+150=570 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.86% from 570); Green value is 170 (66.80% from 255 or 29.82% from 570); Blue value is 150 (58.98% from 255 or 26.32% from 570); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAA96 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAAA96 is #055569. Grayscale: #BFBFBF. Windows color (decimal): -349546 or 9874170. OLE color: 9874170.

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

Color convert

RGB 250 170 150 -
CMYK 0 0.32 0.4 0.02
HSL 12º 0.91% 0.78% -
HSV(B) 12º 0.4% 0.98% -
XYZ 59.3 51.28 35.63 -
YUV 191.64 104.5 169.63 -
System Red Green Blue C M Y K H S L
Decimal 250 170 150 0 0.32 0.4 0.02 12 0.91 0.78
Hex FA AA 96 0 20 28 2 C 5B 4E
Octal 372 252 226 0 40 50 2 14 133 116
Binary 11111010 10101010 10010110 0 100000 101000 10 1100 1011011 1001110

Color Harmonies of #FAAA96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAAA96

Black with #FAAA96

Text Example


Text Example

White with #FAAA96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAAA96; }

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

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

background-color css

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

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

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

border-color css

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

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

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